Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Ed Widy
2 discussion posts
I need to search for specific path and filename within a set of text files. Everything works fine if I search only for the filename, but I need to include at least a portion of the path - otherwise it gives too many results.
Example: Acad\201611\C-BASE.dwg
In the Query, if I put only c-base.dwg it brings up results for too many different directories - I want only results within the 201611 directory. I've experimented with quotation marks, RegEx, but I just can't get it to work. I had this working on a previous machine, but I just can't figure it out this time.
Thanks,
Ed
Nov 17, 2016  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Can you try the query like this?

Acad\\201611\\C-BASE.dwg

The backslash is an escape character, so it needs to be doubled up (you're escaping the escape character :))
Nov 17, 2016  • #2
User Image
Ed Widy
2 discussion posts
Thanks Keith, that did the trick.
-Ed
Nov 17, 2016  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)