nxt.tempfs

Operations for Creating Temporary Files and Directories.

Members

Functions

tempFilePath
string tempFilePath(string prefix, string extension)

Returns the path to a new (unique) temporary file.

tempfile
int tempfile(string namePrefix)

Create a New Temporary File starting with ($D namePrefix) and ending with 6 randomly defined characters. * * Returns: File Descriptor to opened file.

temptree
char* temptree(char* name_x, char* template_)

Create a New Temporary Directory Tree.

Meta