Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
tony01
1 discussion post
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
Jun 24, 2008  • #1
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
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/
Jul 11, 2008  • #2
User Image
taa
10 discussion posts
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.
Jul 13, 2014  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
You can actually do this with a RegEx expression now. Please see the attached screenshot for reference.

Thanks!
• Attachment: Exclude Files with No Extension (RegEx).jpg [274,392 bytes]
Exclude Files with No Extension (RegEx).jpg
Exclude Files with No Extension (RegEx).jpg
Jul 14, 2014  • #4
User Image
taa
10 discussion posts
Thanks, Keith. RegEx is something that makes me go yelling and screaming into the street. :D

Now, how do I exclude .exe and files with no extension?

Code

*.exe|[.]$


Above gives me "Exclude Files RegEx pattern is invalid."
Jul 15, 2014  • #5
Keith Lammers (BFS)'s profile on WallpaperFusion.com
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

exe$|EXE$|[.]$
Jul 15, 2014  • #6
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)