Qore FsUtil Module Reference
1.0
|
Class implementing a user friendly temporary directory creation - users don't need to care about removing it. More...
Public Member Methods | |
constructor (*string prefix, *string suffix, *string path) | |
Creates a unique temporary directory and returns its absolute path. More... | |
Class implementing a user friendly temporary directory creation - users don't need to care about removing it.
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, standard temp location will be used |