> lang > temp | ![]() |
Previous Next Edit Rename Undo Refresh Search Administration
| Documentation |
|
File name = Temp$( [ Name ] ) File name = Temp( [ Name ] )
Returns a path for a temporary file.
The path has the following form:
where [User id] is the user system identifier, [Process id] the system identifier of the current process, and [Name] the value of the Name argument.
If Name is not specified, then it is replaced by an integer number incremented each time this function is called. This way, you can have file names that are unique.