/remove-empty-folders

This repository is a bat file to delete empty folders in the directory

Primary LanguageBatchfile

remove-empty-folders

This repository is a bat file to delete empty folders in the directory

Usage

To clean directory, you should use:

.\remove-empty-folders.bat [absolute-path-to-folder]

If you want to clean from root, you should use:

.\remove-empty-folders.bat --force

Contributing

I'm always happy if someone sees this and wants to support it