Skip to content

A small Windows console app to recursively delete empty folders.

License

Notifications You must be signed in to change notification settings

SteveAndrews/EmptyFolderDeleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empty Folder Deleter

Takes a directory path and recursively deletes all empty folders. Because files are permanently deleted, it includes a double-check, both for the existence of files or subfolders within the directory, and to make sure the directory size is zero (0).

TO USE:

Drag a folder onto EmptyFolderDeleter.exe.

or

Run the program and manually enter a directory path.

WARNING

Use at your own risk.

About

A small Windows console app to recursively delete empty folders.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages