tempdir
Returns the temporary directory path.
πŸ“Syntax
tempdir()
p = tempdir()
πŸ“€Output Arguments
Parameter Description
p a string: current temporary directory.
πŸ“„Description

Returns the name of the host system’s directory for temporary files.

πŸ’‘Examples
r = tempdir()
πŸ”—See Also
cddir
πŸ•”Version History
Version Description
1.0.0 initial version
Edit this page on GitHub