f = tempname()
f = tempname(path)
| Parameter | Description |
|---|---|
| path | a string: an existing directory used instead of tempdir(). |
| Parameter | Description |
|---|---|
| f | a string: an unique temporary filename. |
Returns the name of an unique temporary filename.
r = tempname()
| Version | Description |
|---|---|
| 1.0.0 | initial version |