Select your Fod {1285} folders.
From the Edit menu, under the Advanced submenu, click Advanced Move to Folder.
Check Regular expressions.
Change the Old format to:
Change the New format to:
Review the new filenames and click OK.
Search for:
folder:{
-or-
( if you want to match {multiple-digits} )
From the File menu, click Export....
Choose a filename and click Save.
From the File menu, click Open File List.
Select your filelist from above and click Open.
Search for:
When you are done with the results, close your file list from File -> Close file list.
For Everything 1.5:
childfolder:{
From the Edit menu, under the Advanced submenu, click Advanced Move to Folder.
Check Regular expressions.
Change the Old format to:
^(.*)\\([^\\]*)\\([^\\]*) \{(\d+)\}$
Change the New format to:
\1\\\2 {\4}\\\3 {\4}
Review the new filenames and click OK.
With Everything 1.4:Also can I list the folders that contain a folder, say with a "{" ?
Search for:
folder:{
-or-
regex:"^(.*)\\([^\\]*)\\([^\\]*) \{(\d+)\}$"
( if you want to match {multiple-digits} )
From the File menu, click Export....
Choose a filename and click Save.
From the File menu, click Open File List.
Select your filelist from above and click Open.
Search for:
childfoldercount: child:{
When you are done with the results, close your file list from File -> Close file list.
For Everything 1.5:
childfolder:{
Statistics: Posted by void — Wed Jun 05, 2024 11:52 pm