Skip to content

DirectoryFunctions

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

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)

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