getTempFile
Creates a temporary file in the specified directory with the specified prefix and suffix if passed.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The directory in which to create the temp file, we default to the system temp directory |
|
|
|
| The prefix string to be used in generating the file's name; may be empty | |
|
|
| The suffix string to be used in generating the file's name; may be empty, in which case ".tmp" is used |
Examples
Related
Last updated