gettempdir
Get the temporary directory of the application. When this function is called for the first time, in the temporary directory there will be created a directory named genteeXX, where XX is a unique number for this running application. When the application is closed, the directory will be deleted with all its files.
str dir
)
Parameters
dir | The string for getting the result. |
Return value
Returns the parameter dir.
Related links | Source |