For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Run Example

getTempDirectory();

Result: /var/folders/k6/hm9skhxj2dd_901z2f2mkwt00000gn/T/

Additional Examples

Run Example

Last updated

Was this helpful?