How could one in the search exclude files, e.g. all images?
-
How could one in the search exclude files, e.g. images, e.g. *.jpg, *.png, etc.(?):
[IMG]https://i.imgur.com/dXL4vJb.png[/IMG] -
for now just use the text files filter eg. *.ini *.bat *.c *.sh *.txt etc
-
Hi, @cletos, @abdulbadii and All,
To exclude some files, with specific extensions, simply use the syntax, in the
Filters:
zone :*.* !*.jpg !*.png
-
Note that your N++ release must be
>= 7.8.2
-
Refer also to all posts of the discussion, below :
Best Regards,
guy038
-
-
Hello guy038 and abdulbadii,
Many thanks!
So I can insert something like that - . !.jpg !.png - separated by spaces or semicolon.
And many thanks for the link as well.
-
@Cletos said in How could one in the search exclude files, e.g. all images?:
separated by … semicolon
What in @guy038 's posting leads you to believe you can use semicolon as a separator??
-
Absolutely nothing.
-
-
Yes, I would think so, too. But I thought a semicolon (and comma) generally is used as a separator (very often) in a search / replace field, may be also for such regular expressions.
-
It’s hard to pick a good separator, because most everything that makes sense to use can also be used in a file name.
may be also for such regular expressions.
No regular expressions used in this, either!
-
Alright, thank you!