I have image files that need to be moved into already existing folders.
The name format for folders and files are different (for reasons ) so I create a custom column where the date format is the same.
But when I turn on mixed sort i still get directories and files separate.
The documentation says:
Code: Select all
Only works for name, path, size, date modified, date created, date accessed and attribute sorts.
The search I am using is:
Code: Select all
SortMix: endwith:pathpart:"D:\bilder\- Fotografi\- 2009" A-Label:="Dato" Add-Column:A:1 A:=Substitute(Substitute(Name:,"-",),"2009","09")
Is it not possible to make SortMix: work on ANY column?
My version is: 1.5.0.1355a (The latest at the time of posting)
---
Morten A. Steien