-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lukas edited this page Oct 31, 2021
·
1 revision
- Python Script to delete all empty folders in the provided path.
- If there is a nested folder structure without any files then it will only deletes the folder in the "deepest" position.
in console:
python3 .\delete_empty_folder.py C:\Usersas a python module:
import delef
delef.delef("C:\Users")