path - File system related utilities

filesystem related utilities.

class CurrentDirectory(path)[source]

A context manager that allows changing the current directory temporarily.

__init__(path)[source]

Set the current directory to path.

current

Return the current directory.

blasttree(dir_)[source]

Remove a directory more stubbornly than shutil.rmtree().

Required on filesystems that do not allow removal of non-writable files