Skip to content

FileSorter

AbyssMorgan edited this page Jun 28, 2025 · 2 revisions

Sort by date

This tool is used for sort files by modification date.

Data entered:

  • Mode (Date format)
  • Separator
  • Folders (one or multiple)
  • Extensions (Empty for all, separate with spaces for multiple)

Rules:

  • The output directory will be created in processed file folder.

Sort by extension

This tool is used for sort files by extension.

Data entered:

  • Folders (one or multiple)

Rules:

  • The output directory will be created in processed file folder.

Sort by size

This tool is used for sort files by file size.

Data entered:

  • Size (size interval)
  • Add numeric prefix for better sort folders (determine if add 000000 numeric prefix for ability to sort in file explorer)
  • Folders (one or multiple)
  • Extensions (Empty for all, separate with spaces for multiple)

Rules:

  • The output directory will be created in processed file folder.
  • If file size is 100 KiB and you determine interval 256 KiB then the file will be moved in a folder named 256.00 KiB

Sort by name prefix

This tool is used for sort files by part of name.

Data entered:

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

Rules:

  • The output directory will be created in processed file folder.

Examples for mode Delimiter:

Input:
C:\Example\Prefix1 - Name 1.txt
C:\Example\Prefix2 - Name 2.txt
C:\Example\Prefix1 - Name 3.txt
C:\Example\Prefix2 - Name 4.txt
C:\Example\Bad name.txt

Delimiter: -

Output:
C:\Example\Prefix1\Prefix1 - Name 1.txt
C:\Example\Prefix1\Prefix1 - Name 3.txt
C:\Example\Prefix2\Prefix2 - Name 2.txt
C:\Example\Prefix2\Prefix2 - Name 4.txt
C:\Example\Bad name

Examples for mode Word length:

Input:
C:\Example\Again.mp3
C:\Example\Carmine Cube.mp3
C:\Example\Electric Angel.mp3
C:\Example\Electro Saturator.mp3

Word length: 1

Output:
C:\Example\A\Again.mp3
C:\Example\C\Carmine Cube.mp3
C:\Example\E\Electric Angel.mp3
C:\Example\E\Electro Saturator.mp3

Sort by mime type

This tool is used for sort files by mime type.

Data entered:

  • Folders (one or multiple)

Rules:

  • The output directory will be created in processed file folder.

Informations:

Additional configuration

- Tools:

Clone this wiki locally