![]() |
Qore FsUtil Module Reference
1.2
|
Class implementing a user friendly temporary directory creation; the directory and all its contents are removed in the destructor. More...

Public Member Methods | |
| constructor (*string prefix, *string suffix, *string path) | |
| Creates a unique temporary directory and returns its absolute path. More... | |
Public Attributes | |
| string | path |
| The path to the temporary directory created in the constructor. | |
Class implementing a user friendly temporary directory creation; the directory and all its contents are removed in the destructor.
Creates a unique temporary directory and returns its absolute path.
| prefix | prefix to be used in the newly created directory name |
| suffix | suffix to be used in the newly created directory name |
| path | path to a dir in which the caller wants to create the new directory; if not provided, the standard temp location will be used |