![]()  | 
  
    Qore FsUtil Module Reference 1.3
    
   | 
 
Class implementing a user friendly temporary file creation; the file is removed in the destructor. More...
#include <FsUtil.qm.dox.h>
Public Member Methods | |
| constructor (*string prefix, *string suffix, *string path) | |
| Creates and opens a unique temporary file and returns its absolute path as well as its File object.  More... | |
Class implementing a user friendly temporary file creation; the file is removed in the destructor.
| FsUtil::TmpFile::constructor | ( | *string | prefix, | 
| *string | suffix, | ||
| *string | path | ||
| ) | 
Creates and opens a unique temporary file and returns its absolute path as well as its File object.
| prefix | prefix to be used in the newly created file name | 
| suffix | suffix to be used in the newly created file name | 
| path | path to a dir in which the caller wants to create the new file; if not provided, standard temp location will be used |