tempfile

Create a new temporary file starting with ($D namePrefix) and ending with 6 randomly defined characters.

version(linux)
@safe @trusted
int
tempfile
(
in char[] namePrefix = null
)

Return Value

Type: int

File Descriptor to opened file.

Meta