<?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: How can include files without extension ?</title>
<atom:link href="https://www.fileseek.ca/Discussions/RSS/?TopicID=277e829c-7dfe-40f2-9427-588421dde056" rel="self" type="application/rss+xml" />
<link>https://www.fileseek.ca/Discussions/RSS/?TopicID=277e829c-7dfe-40f2-9427-588421dde056</link>
<description>FileSeek RSS: How can include files without extension ?</description>
<lastBuildDate>Fri, 01 May 2026 05:11:23 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.fileseek.ca/Discussions/RSS/?TopicID=277e829c-7dfe-40f2-9427-588421dde056</generator>
<item>
<title>RE: How can include files without extension ?</title>
<link>https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056#6</link>
<pubDate>Tue, 15 Jul 2014 17:42:03 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056#6</guid>
<category>FileSeek</category>
<description><![CDATA[Here you go! The $ means the end of the line, so it will only exclude files if it finds "exe" or "EXE" at the very end, and not in the middle of the file name
Code
Copy
Select All
exe$|EXE$|[.]$]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Here you go! The $ means the end of the line, so it will only exclude files if it finds "exe" or "EXE" at the very end, and not in the middle of the file name <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/>
<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="#code019de1f2dd6473518cfc5dfe68364eaf" 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('code019de1f2dd6473518cfc5dfe68364eafJs'); 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="code019de1f2dd6473518cfc5dfe68364eafJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">exe$|EXE$|[.]$</pre><textarea id="code019de1f2dd6473518cfc5dfe68364eaf" name="code019de1f2dd6473518cfc5dfe68364eaf" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How can include files without extension ?</title>
<link>https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056#5</link>
<pubDate>Tue, 15 Jul 2014 01:07:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056#5</guid>
<category>FileSeek</category>
<description><![CDATA[Thanks, Keith. RegEx is something that makes me go yelling and screaming into the street.
Now, how do I exclude .exe and files with no extension?
Code
Copy
Select All
*.exe|[.]$
Above gives me "Exclude Files RegEx pattern is invalid."]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks, Keith. RegEx is something that makes me go yelling and screaming into the street. <img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/face-laugh-squint.light.svg" alt=":D" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":D" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Now, how do I exclude .exe and files with no extension?<br/>
<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="#code019de1f2dd6f76c481387993aa2f4033" 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('code019de1f2dd6f76c481387993aa2f4033Js'); 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="code019de1f2dd6f76c481387993aa2f4033Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">*.exe|[.]$</pre><textarea id="code019de1f2dd6f76c481387993aa2f4033" name="code019de1f2dd6f76c481387993aa2f4033" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Above gives me "Exclude Files RegEx pattern is invalid."
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How can include files without extension ?</title>
<link>https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056#4</link>
<pubDate>Mon, 14 Jul 2014 19:07:42 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056#4</guid>
<category>FileSeek</category>
<description><![CDATA[You can actually do this with a RegEx expression now. Please see the attached screenshot for reference.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can actually do this with a RegEx expression now. Please see the attached screenshot for reference.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How can include files without extension ?</title>
<link>https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056#3</link>
<pubDate>Sun, 13 Jul 2014 07:23:41 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056#3</guid>
<category>FileSeek</category>
<description><![CDATA[I have a similar question: How do I =exclude= files with no extension? Using "*." appears to exclude everything. I'm running FileSeek Pro v3.2.1.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have a similar question: How do I =exclude= files with no extension? Using "*." appears to exclude everything. I'm running FileSeek Pro v3.2.1.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How can include files without extension ?</title>
<link>https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056#2</link>
<pubDate>Fri, 11 Jul 2008 02:26:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056#2</guid>
<category>FileSeek</category>
<description><![CDATA[Sorry, this was a bug with the previous versions. You can now do this by specifying *. as the search extension starting with v1.5.1. You can find the new version here:
http://www.binaryfortress.com/fileseek/]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry, this was a bug with the previous versions. You can now do this by specifying *. as the search extension starting with v1.5.1. You can find the new version here:<br/>
<a href="http://www.binaryfortress.com/fileseek/" target="_blank" rel="nofollow"><b>http://www.binaryfortress.com/fileseek/</b></a>
</div>
]]></content:encoded>
</item>
<item>
<title>How can include files without extension ?</title>
<link>https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056</link>
<pubDate>Tue, 24 Jun 2008 01:52:01 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/how-can-include-files-without-extension/?ID=277e829c-7dfe-40f2-9427-588421dde056</guid>
<category>FileSeek</category>
<description><![CDATA[Hi :
Can someone tell me How can I include files without extension, in the "Included files" box ?
I can include text files, jpg , etc , but without any extension How?
Thanks]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi :<br/>
Can someone tell me How can I include files without extension, in the "Included files" box ?<br/>
<br/>
I can include text files, jpg , etc , but without any extension How?<br/>
<br/>
Thanks
</div>
]]></content:encoded>
</item>
</channel>
</rss>