Sort by name/path lenght

General discussion related to "Everything".
Post Reply
Roiad
Posts: 3
Joined: Fri Jan 31, 2020 12:55 am

Sort by name/path lenght

Post by Roiad »

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.
therube
Posts: 4628
Joined: Thu Sep 03, 2009 6:48 pm

Re: Sort by name/path length

Post by therube »

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

Post by raccoon »

A filepath length column could be cool, though.
Post Reply