remove-directory 0.0.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.