tempdir
Returns the temporary directory path.
📝 Syntax
tempdir()
p = tempdir()
📤 Output argument
p - a string: current temporary directory.
📄 Description
Returns the name of the host system’s directory for temporary files.
💡 Example
r = tempdir()🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?