Welcome to the Mythicsoft Q&A site for:

- Agent Ransack
- FileLocator Lite
- FileLocator Pro

Please feel free to ask any questions on these products or even answer other community member questions.

Useful Links:

- Contact Us
- Help Manuals
- Mythicsoft Home
0 votes

I am using FileLocator Network and I am attempting to locate any directory where the directory name contains a name

example: Frozen

should find directories like this:

frozensteak
frozen
tempfrozen

but it doesn't appear to be working, any suggestions? I think it must use regex to perform the search?

by (20 points)
I'm not sure what the problem is, it looks like it worked, ie it found directories with the name 'frozen'.
Dave the example is what I'm trying to get. It didn't locate any directories only files.

1 Answer

0 votes

By default FileLocator Network will search by Files AND Folders, as long as you don't have any criteria that depends on the contents of the file, such as Containing Text.

So your search should be something like this:

File name:          frozen                | DOS Expression |
Containing Text:
Look In:            $(AllLocalDrives)

To limit the search to ONLY folders set the Folder value in the Attributes tab:

Folder:  ON

To narrow down any issues try running the search with JUST the Attributes tab Folders value to make sure all folders are being returned.

by (30.1k points)
...