Skip to content

DirectoryFunctions

Abyss Morgan edited this page Nov 6, 2022 · 15 revisions

Delete empty dirs

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 dirs

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

Data entered:

  • Extensions (empty for all or many separated by a space)
  • Folders (one or 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