Does such a function exist?
Say I want
abcd.exe
abc.exe
ac.exe
or
c:\a\b\c
c:\a\b
c:\a\
Any help is appreciated.
Sort by name/path lenght
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Sort by name/path length
You can do something like, path:len:>260, say, to find "long file name" file(+paths) [& you can adjust to any range you want], though that does not "sort" them.
-
raccoon
- Posts: 1017
- Joined: Thu Oct 18, 2018 1:24 am
Re: Sort by name/path lenght
A filepath length column could be cool, though.