How do I recognize files inside when the folder name is long?
-
- Posts: 3
- Joined: Thu Nov 23, 2023 7:05 pm
How do I recognize files inside when the folder name is long?
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.
Re: How do I recognize files inside when the folder name is long?
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.
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.
-
- Posts: 3
- Joined: Thu Nov 23, 2023 7:05 pm
Re: How do I recognize files inside when the folder name is long?
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.
Perhaps it's because the address window was not done, but simply closed with the folder name.
Thanks once again.
Re: How do I recognize files inside when the folder name is long?
Ending quote mark not required" It didn't have to be closed on both sides