Can XYplorer search in folders whose name matches a particular string?
For example, find files named "ELEPHANT" in all folders whose name contains the word "PHOTO".
How search only those folders whose name matches a string?
Re: How search only those folders whose name matches a strin
Imho not with the search interface. But it can be done via scripting...
One of my scripts helped you out? Please donate via Paypal
Re: How search only those folders whose name matches a strin
I wonder if this has changed in version 14?
I can't keep up with all the new features in all the new versions! It's too exhausting. (Donald please note!)
I can't keep up with all the new features in all the new versions! It's too exhausting. (Donald please note!)
Re: How search only those folders whose name matches a strin
No, it hasn't changed.
One of my scripts helped you out? Please donate via Paypal
Re: How search only those folders whose name matches a strin
There is this old, unfulfilled wish of mine:
http://www.xyplorer.com/xyfc/viewtopic. ... vel#p73839
Some day, maybe...
http://www.xyplorer.com/xyfc/viewtopic. ... vel#p73839
Some day, maybe...
Win 10 Pro 64bit
Re: How search only those folders whose name matches a strin
Enter these in the find panel's name box to:
[edit: photos->photo]
- find all items with "elephant" in name that are first children of folders with "photo" in name (ie, located right inside the folder, not in subfolders):
note: #176 is "Folder name" in Windows 7
Code: Select all
name:elephant AND prop:#176:photo - find all items with "elephant" in name that are in folders with "photo" in name, or it's subfolders:
note: #180 is "Path" in Windows 7
Code: Select all
name:elephant AND prop:#180:photo
- Prerequisite: You have to check the "Path" options in Find panel's Name&Location tab,
and check the "Not" beside "Directory" in the Attributes panel (which will check both)[/pre]
- find all items with "elephants" in name that are first children of folders with "photo" in name (ie, located right inside the folder, not in subfolders):
Code: Select all
>.*photo[^\\]*\\elephant[^\\]*$ - find all items with "elephants" in name that are in folders with "photo" in name, or it's subfolders:
Code: Select all
>.*photo.*\\elephant[^\\]*$
[edit: photos->photo]
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
Re: How search only those folders whose name matches a strin
Here http://www.xyfindit.com/index.html you can do it.
(joke)
(joke)
Re: How search only those folders whose name matches a strin
Many thanks SammaySarkar!SammaySarkar wrote:Enter these in the find panel's name box to:
[...]
Win 10 Pro 64bit
XYplorer Beta Club