[][src]Module coreutils_core::mktemp

Module with wrappers for libc mkstemp(3), mkdtemp(3).

Structs

Mktemp

A struct that represents a mktemp(3) result. This includes the file created, and the path to that file.

Functions

mkdtemp

Creates a temporary directory based on the given template.

mkstemp

Creates a temporary file based on the given template.