Last updated on
Description
Creates a temporary file in a directory whose name starts with (at most) the first three characters of prefix.
Returns
Name of a temporary file, as a string.
Category
Function syntax
GetTempFile(dir, prefix) |
See also
getTempDirectory
Parameters
Parameter |
Description |
---|---|
dir |
Directory name |
prefix |
Prefix of a temporary file to create in the dir directory |
Example
<h3>GetTempFile Example</h3>
|
Sign in to your account