Long File Names

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Cormorin
Posts: 3
Joined: 20 Feb 2018 16:03

Long File Names

Post by Cormorin »

Hi

New here.....!

how do i search for files that have filenames [paths] greater than 260 chars ?

I know you can highlight them but it means finding them in the first place.

Thanks

highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Long File Names

Post by highend »

I don't understand... You just search for them like for any other file?

Or do you mean that one segment of the path exceeds 255 chars? Even a lot of Windows API functions fail on such parts...
Even when used with the \\?\ prefix...

Configuration | General | Controls and More | Miscellaneous | [x] Support overlong filenames
needs to be checked ofc
One of my scripts helped you out? Please donate via Paypal

jupe
Posts: 2794
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Long File Names

Post by jupe »

If I am understanding you properly you should just be able to input this in the address bar:

Code: Select all

?len: > 260
in the root of the location you want to search.

Post Reply