0 purchases
removedirectory 0.0.1
remove_directory
Function to recursively remove a non-empty directory. Posted by Boris on stackexchange.
Dependencies
None
Usage
from pathlib import Path
from remove_directory import rmdir
p = Path("/path/to/directory")
rmdir(p)
Installation
Pip
pip install remove_directory
Developer's Installation
You can clone the repository and install it with pip install -e /path/to/local/repository.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.