python-fhs
Python module for using the FHS and XDG basedir paths.

◆ remove_temp()

def fhs.remove_temp (   name)

Remove a temporary directory.

Temporary files are removed by closing them. Directories are removed by calling this function. They are also removed when the program ends normally.

Parameters
nameThe name of the directory, as returned by write_temp.
Returns
None.

Definition at line 910 of file fhs.py.