GetTempDirectory
Get the system's temporary directory.
Method Signature
GetTempDirectory()Arguments
This function does not accept any arguments
Examples
Show temp directory path
File system path where temporary files are stored
getTempDirectory();
Result: /var/folders/k6/hm9skhxj2dd_901z2f2mkwt00000gn/T/
Additional Examples
dump( getTempDirectory() );
Related
Last updated
Was this helpful?
