<< tempdir | Files and folders functions | userdir >> |
f = tempname() |
f = tempname(path) |
a string: an existing directory used instead of tempdir().
a string: an unique temporary filename.
Returns the name of an unique temporary filename.
r = tempname()
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET