mochitemp

Create temporary files and directories.

Create temporary files and directories. Requires crypto to be started.

Functions


gettempdir() -> string()

Get a usable temporary directory using the first of these that is a directory: $TMPDIR, $TMP, $TEMP, "/tmp", "/var/tmp", "/usr/tmp", ".".

mkdtemp() -> term()

mkdtemp(Suffix, Prefix, Dir) -> term()

rmtempdir(Dir) -> term()

Bob Ippolito bob@mochimedia.com
View Functions