tempfile

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

version(linux)
@safe @trusted
int
tempfile
(
string namePrefix = null
)

Meta