f = tempname()
f = tempname(path)
| Paramètre | Description |
|---|---|
| path | a string: répertoire existant utilisé à la place de tempdir(). |
| Paramètre | Description |
|---|---|
| f | a string: nom de fichier temporaire unique. |
Renvoie le nom d'un fichier temporaire unique.
r = tempname()
| Version | Description |
|---|---|
| 1.0.0 | initial version |