Skip to content

Luki248/delete_empty_folder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Delete Empty Folders

  • 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.

Version

v1.0

Usage

in console:

python3 .\delete_empty_folder.py C:\Users

as a python module:

import delef
delef.delef("C:\Users")

About

Removes empty Folders recursively

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages