tmpdir()
Creates a temporary directory
Synopsis
string tmpdir();
Parameters
Parameter | Description |
---|---|
none | - |
Description
The function is similar to tmpnam(), but creates a directory and returns the name of the directory. The directory exists after the call, so you do not have to create it.
Assignment
Availability
CTRL