acidbase.unlink2

acidbase.unlink2(path: str | Path) bool

Delete a file or directory tree.

Parameters:

path (str or Path) – Path to delete.

Returns:

True if something was deleted.

Return type:

bool