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