<?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: Wildcard in search path</title>
<atom:link href="https://www.fileseek.ca/Discussions/RSS/?TopicID=dc1475e6-91ef-4088-a29e-c105c62d0acf" rel="self" type="application/rss+xml" />
<link>https://www.fileseek.ca/Discussions/RSS/?TopicID=dc1475e6-91ef-4088-a29e-c105c62d0acf</link>
<description>FileSeek RSS: Wildcard in search path</description>
<lastBuildDate>Wed, 13 May 2026 16:39:55 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.fileseek.ca/Discussions/RSS/?TopicID=dc1475e6-91ef-4088-a29e-c105c62d0acf</generator>
<item>
<title>RE: Wildcard in search path</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#10</link>
<pubDate>Sat, 17 Mar 2018 02:00:58 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#10</guid>
<category>FileSeek</category>
<description><![CDATA[No news on this yet, sorry
I will post an update if/when we're able to implement it.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
No news on this yet, sorry <img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/face-frown.light.svg" alt=":(" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":(" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
I will post an update if/when we're able to implement it.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Wildcard in search path</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#9</link>
<pubDate>Fri, 16 Mar 2018 22:46:32 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#9</guid>
<category>FileSeek</category>
<description><![CDATA[Something new with this one? I'm hardly missing a wildcard or regex search within the file path.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Something new with this one? I'm hardly missing a wildcard or regex search within the file path.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Wildcard in search path</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#8</link>
<pubDate>Wed, 23 Nov 2016 02:07:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#8</guid>
<category>FileSeek</category>
<description><![CDATA[Thumbs up for wildcard in Path(s) field.
Example:
Code
Copy
Select All
ROOT
dir-1
dir-1-1
dir-foo
dir-2
dir-2-1
dir-foo
Path(s): ROOT\*\dir-foo
Searches for files in dir-foo within ROOT.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<b>Thumbs up</b> for wildcard in Path(s) field.<br/>
<br/>
Example:<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e22358ebc7750abb60cab11888157" class="ClipboardCopyControl"><img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e22358ebc7750abb60cab11888157Js'); return false;"><img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e22358ebc7750abb60cab11888157Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">ROOT
  dir-1
    dir-1-1
      dir-foo
  dir-2
    dir-2-1
      dir-foo</pre><textarea id="code019e22358ebc7750abb60cab11888157" name="code019e22358ebc7750abb60cab11888157" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
Path(s): ROOT\*\dir-foo<br/>
<br/>
Searches for files in dir-foo within ROOT.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Wildcard in search path</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#7</link>
<pubDate>Wed, 09 Nov 2016 20:13:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#7</guid>
<category>FileSeek</category>
<description><![CDATA[Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Wildcard in search path</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#6</link>
<pubDate>Wed, 09 Nov 2016 20:10:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#6</guid>
<category>FileSeek</category>
<description><![CDATA[Done, thanks Pete!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Done, thanks Pete!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Wildcard in search path</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#5</link>
<pubDate>Fri, 04 Nov 2016 21:32:42 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#5</guid>
<category>FileSeek</category>
<description><![CDATA[Keith & Jon I would like to add my vote for wildcard in path]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Keith & Jon I would like to add my vote for wildcard in path
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Wildcard in search path</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#4</link>
<pubDate>Tue, 30 Aug 2016 18:33:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#4</guid>
<category>FileSeek</category>
<description><![CDATA[Ok, no worries. I've put a feature request on our list to see if there's a way we can automate this. I'll be sure to let you know if we are able to implement something like a wildcard in the Path field
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, no worries. I've put a feature request on our list to see if there's a way we can automate this. I'll be sure to let you know if we are able to implement something like a wildcard in the Path field <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" /><br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Wildcard in search path</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#3</link>
<pubDate>Mon, 29 Aug 2016 18:48:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#3</guid>
<category>FileSeek</category>
<description><![CDATA[Thank you for the very fast response. I will give this a test. It looks like I have almost 6000 desktop folders so it is locking up but I might not be letting it sit long enough. I'll do some more testing.
Thanks again.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you for the very fast response. I will give this a test. It looks like I have almost 6000 desktop folders so it is locking up but I might not be letting it sit long enough. I'll do some more testing. <br/>
<br/>
Thanks again.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Wildcard in search path</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#2</link>
<pubDate>Mon, 29 Aug 2016 16:12:58 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf#2</guid>
<category>FileSeek</category>
<description><![CDATA[Unfortunately it isn't currently possible to use wildcards in the Path and Exclude Path boxes. However, you could do this to quickly add all of the \Desktop folders to the Path box:
Put the root folder in the Path box
Put "desktop" in the Include Files box
On the Advanced tab, make sure that o...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Unfortunately it isn't currently possible to use wildcards in the Path and Exclude Path boxes. However, you could do this to quickly add all of the \Desktop folders to the Path box:<br/>
<ul class="ListBullet">
<li>Put the root folder in the Path box</li>
<li>Put "desktop" in the Include Files box</li>
<li>On the Advanced tab, make sure that only the "Show folder names that match the includes filter" box option is checked, uncheck the other "Show file/folder names" options</li>
<li>Do the search, this should return all of the \Desktop folders (if it returns other ones, like "DesktopWrapper," make sure that the "Treat all Includes Files as Wildcard" option on the Tools > Settings > Search tab)</li>
<li>Click in the Results list and press Ctrl + A to select all of the results</li>
<li>Click and drag them to the Path(s) field</li>
<li>Change the Include Files field to the file you want to search for</li>
<li>Uncheck all "Show file/folder names" options on the Advanced tab, except for "Show file names that match the Include Files" filter</li>
<li>Do your search</li></ul>
<br/>
Hope that helps! If that works for you, I'd recommend saving that as a Search Profile (Profiles > Save > Save New Profile) so that you don't have to do the first six steps every time <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>Wildcard in search path</title>
<link>https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf</link>
<pubDate>Fri, 26 Aug 2016 20:09:23 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/wildcard-in-search-path/?ID=dc1475e6-91ef-4088-a29e-c105c62d0acf</guid>
<category>FileSeek</category>
<description><![CDATA[Hi,
I would like to search for specific files in a specific directory in a user profile directory structure. I am guessing that made no sense but here is what I am trying.  The directories look something like this. \\networkloc\User1\Desktop , \\networkloc\User2\Desktop, \\networkloc\User3\Deskt...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi, <br/>
I would like to search for specific files in a specific directory in a user profile directory structure. I am guessing that made no sense but here is what I am trying.  The directories look something like this. \\networkloc\User1\Desktop , \\networkloc\User2\Desktop, \\networkloc\User3\Desktop...  There are other files and directories in the User# directory but I only want to search the Desktop folder. I tried putting this in the path box. \\networkloc\*\Desktop but that doesn't work. Is there a way to put a wildcard in the path? <br/>
<br/>
Thanks
</div>
]]></content:encoded>
</item>
</channel>
</rss>