python-fhs
Python module for using the FHS and XDG basedir paths.
Loading...
Searching...
No Matches

◆ remove_spool()

fhs.remove_spool (   name = None,
  dir = False,
  packagename = None 
)

Remove a spool file.

Use the same parameters as were used to create it with write_spool().

Parameters
nameThe file to remove.
dirIf True, remove a directory. If False (the default), remove a file.
packagenameOverride the packagename.
Returns
None.

Definition at line 1184 of file fhs.py.

Here is the call graph for this function: