Page 1 of 1

Sorting into subfolders

PostPosted: Sun May 03, 2020 6:19 am
by Addition_Raddish
I am having real trouble trying to do this and I can't find a specific forum post with hints.

Anyway...

I have a lot of backups of my game collection and I want to try and sort these into a folder, sub-folder system. I first want it look at the first letter and put it into a foler based on this letter, then look at the second letter and put it into a sub-folder based on this second letter. So for example

-A
--AB
--AC
--AX
-B
--BA
--BB
--BC

and so forth.

Re: Sorting into subfolders

PostPosted: Mon May 04, 2020 10:18 am
by Mr_Noodle
Look up match patterns in the manual. Using those, you can set up a pattern with a custom attribute to match the first character and so on. You can then use that custom attribute in a sort into subfolder action.