How do I recognize files inside when the folder name is long?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
perfect134
Posts: 3
Joined: Thu Nov 23, 2023 7:05 pm

How do I recognize files inside when the folder name is long?

Post by perfect134 »

Image

Image

Image

Open images on the new tab or https://gall.dcinside.com/board/view/?i ... 534&page=1
Maybe it's faster to go and see

I don't know how to attach the image, so please understand.

When I search the first address window, only the folder is searched and the files inside are not searched.

If I put " on, the file inside will be searched.

However, the method of regex:\d\d\d[13579] that you told me is not applicable.

If I make the folder name very simple, it will be applied again.

Do I need to re-recognize the index in its entirety in the option?

It seems to occur mainly in newly created folders and files.
Last edited by perfect134 on Fri Nov 24, 2023 7:46 am, edited 1 time in total.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: How do I recognize files inside when the folder name is long?

Post by void »

A space in Everything means AND.

Please use double quotes (") to escape spaces.

For example:

"C:\users\your-username\abcdeasd fg hijklmnop qrstuvwxyz 2 (2900)\" regex:\d\d\d\d[13579]



-or-



Enable Match Path from the Search menu.
perfect134
Posts: 3
Joined: Thu Nov 23, 2023 7:05 pm

Re: How do I recognize files inside when the folder name is long?

Post by perfect134 »

I'm sorry. I must have written something wrong. " It didn't have to be closed on both sides, but it suddenly works. The image file said "only one side", but when I was running, I did both sides and pressed the space bar and opened it, but it didn't work.

Perhaps it's because the address window was not done, but simply closed with the folder name.

Thanks once again.
therube
Posts: 4610
Joined: Thu Sep 03, 2009 6:48 pm

Re: How do I recognize files inside when the folder name is long?

Post by therube »

" It didn't have to be closed on both sides
Ending quote mark not required
Post Reply