Last updated 2 years ago
Was this helpful?
Returns the temporary directory path.
tempdir()
p = tempdir()
p - a string: current temporary directory.
Returns the name of the host system’s directory for temporary files.
r = tempdir()
, .
1.0.0
initial version
Allan CORNET