<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>FileSeek RSS: Searching for path and filename within set of text files</title>
<atom:link href="https://www.fileseek.ca/Discussions/RSS/?TopicID=e569ec27-dc35-491a-922d-a48f087096a8" rel="self" type="application/rss+xml" />
<link>https://www.fileseek.ca/Discussions/RSS/?TopicID=e569ec27-dc35-491a-922d-a48f087096a8</link>
<description>FileSeek RSS: Searching for path and filename within set of text files</description>
<lastBuildDate>Wed, 13 May 2026 16:43:56 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.fileseek.ca/Discussions/RSS/?TopicID=e569ec27-dc35-491a-922d-a48f087096a8</generator>
<item>
<title>RE: Searching for path and filename within set of text files</title>
<link>https://www.fileseek.ca/Discussions/View/searching-for-path-and-filename-within-set-of-text-files/?ID=e569ec27-dc35-491a-922d-a48f087096a8#3</link>
<pubDate>Thu, 17 Nov 2016 22:13:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/searching-for-path-and-filename-within-set-of-text-files/?ID=e569ec27-dc35-491a-922d-a48f087096a8#3</guid>
<category>FileSeek</category>
<description><![CDATA[Thanks Keith, that did the trick.
-Ed]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks Keith, that did the trick.<br/>
-Ed
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Searching for path and filename within set of text files</title>
<link>https://www.fileseek.ca/Discussions/View/searching-for-path-and-filename-within-set-of-text-files/?ID=e569ec27-dc35-491a-922d-a48f087096a8#2</link>
<pubDate>Thu, 17 Nov 2016 21:57:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/searching-for-path-and-filename-within-set-of-text-files/?ID=e569ec27-dc35-491a-922d-a48f087096a8#2</guid>
<category>FileSeek</category>
<description><![CDATA[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 )]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Can you try the query like this?<br/>
<br/>
Acad\\201611\\C-BASE.dwg<br/>
<br/>
The backslash is an escape character, so it needs to be doubled up (you're escaping the escape character <img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />)
</div>
]]></content:encoded>
</item>
<item>
<title>Searching for path and filename within set of text files</title>
<link>https://www.fileseek.ca/Discussions/View/searching-for-path-and-filename-within-set-of-text-files/?ID=e569ec27-dc35-491a-922d-a48f087096a8</link>
<pubDate>Thu, 17 Nov 2016 16:19:38 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/searching-for-path-and-filename-within-set-of-text-files/?ID=e569ec27-dc35-491a-922d-a48f087096a8</guid>
<category>FileSeek</category>
<description><![CDATA[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...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
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.<br/>
Example: Acad\201611\C-BASE.dwg<br/>
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.<br/>
Thanks,<br/>
Ed
</div>
]]></content:encoded>
</item>
</channel>
</rss>