[Overview][Constants][Types][Classes][Procedures and functions][Index] |
GetTempFilename - finds a suitable name for a temporary file
Source position: fileutil.pas line 178
function GetTempFilename( |
const Directory: String; |
const Prefix: String |
):String; |
Directory |
|
The Directory in which the temprary file is to be placed |
Prefix |
|
The Prefix to which an integer will be attached to generate a temporary filename |
Returns the temporary file name that has been created
GetTempFilename - finds a suitable name for a temporary file
Uses plus an integer to generate a file with extension '.tmp' in the specified ; if it already exists, increments the integer until it finds a name that is not already used
lazarus-ccr.sourceforge.net |