Skip to content

DirectoryFunctions

AbyssMorgan edited this page May 25, 2025 · 15 revisions

Delete empty folders

This tool is used for recursive delete all empty directories.

Data entered:

  • Folders (one or multiple)

Force load icon (desktop.ini)

This tool is used for force load icons on Windows set in desktop.ini

Data entered:

  • Folders (one or multiple)

Count files in every folder

This tool is used for count files in every directory and subdirectories.

Data entered:

  • Folders (one or multiple)
  • Extensions (Empty for all, separate with spaces for multiple)

Config:

Example results:

"1" "B:\test\folder1"
"1" "B:\test\folder2\folder3"
"1" "B:\test\folder2"
"1" "B:\test"

Clone folder structure

This tool is used for copy the complete directory structure.

Data entered:

  • Input folder
  • Output folder

Example if you choose folder C:\test with structure:

C:\test
├───folder1
└───folder2
    └───folder3

Then entering the output as C:\new you got:

C:\new
├───folder1
└───folder2
    └───folder3

Informations:

Additional configuration

- Tools:

Clone this wiki locally