#include <Iguana/Utilities/classlib/iobase/TempFile.h>
Static Public Member Functions | |
static void | dir (Filename &name) |
static File * | file (Filename &name) |
static Filename | tempdir (void) |
Static Private Member Functions | |
static char * | domkdtemp (char *path) |
static IOFD | domkstemp (char *path) |
static IOFD | domkstemps (char *path, int suffixlen) |
static char * | domktemp (char *path) |
static bool | domktemp (char *path, IOFD *fd, bool dodir, int suffixlen) |
static bool | tryTempDir (Filename &name, Filename candidate) |
Definition at line 18 of file TempFile.h.
Referenced by IgServerPool::createProcess().
static char* lat::TempFile::domkdtemp | ( | char * | path | ) | [static, private] |
static IOFD lat::TempFile::domkstemp | ( | char * | path | ) | [static, private] |
static char* lat::TempFile::domktemp | ( | char * | path | ) | [static, private] |
static bool lat::TempFile::domktemp | ( | char * | path, | |
IOFD * | fd, | |||
bool | dodir, | |||
int | suffixlen | |||
) | [static, private] |
Referenced by IgServerPool::createProcess().