Creates a temporary file in a directory whose name starts with (at most) the first three characters of prefix.
getTempFile(dir, prefix)
returns string
Name | Type | Required | Default | Description |
---|---|---|---|---|
dir | string | Yes | ||
prefix | string | Yes |
Returns path of file created
getTempFile(getTempDirectory(),"testFile")