Tempfile v0.1.0 Tempfile

Tempfile is a server specifically for managing temporary files. New random file are created in a temporary location and are automatically cleaned up when the requesting process exits.

Because tempfile creation is stateful, the :tempfile application must be started in order to use the Tempfile module.

Summary

Functions

Callback implementation for c::application.start/2

Functions

random(filename)

See Tempfile.File.random/1.

start(, )

Callback implementation for c::application.start/2.