![]()  | 
  
    Qore FsUtil Module Reference 1.3
    
   | 
 
Class implementing a user friendly temporary directory creation. More...
#include <FsUtil.qm.dox.h>
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
| FsUtil::TmpDir::constructor | ( | *string | prefix, | 
| *string | suffix, | ||
| *string | path | ||
| ) | 
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 |