File searches by type (extension)

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
WolfGirl
Junior Member
Junior Member
Posts: 4
Joined: 2023-07-05, 19:48 UTC

File searches by type (extension)

Post by *WolfGirl »

Hi,

I read the forum history here but strangely nothing helped me.

I need to search files by type for example: jpg. jpge. .png .bmp .gif .ico .rar

Code: Select all

*.jpg *.jpge *.png *.bmp *.gif *.ico *.rar
https://i.ibb.co/09hY4tx/obrazek.png

what is the correct systaxis and how to set the search for certain file types settings so that it is permanently saved?
thnaks.
User avatar
Dalai
Power Member
Power Member
Posts: 9964
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: File searches by type (extension)

Post by *Dalai »

You can use the search string you gave yourself in the "Search for" field on the General tab. If you need to use the plugin field for whatever reason, you need to specify each extension in a separate rule and combine them with a logical OR. Within the rule, the field must be specified exactly like it appears in a filename, e.g.

Code: Select all

jpg
To save a search, use the Load/Save tab.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
WolfGirl
Junior Member
Junior Member
Posts: 4
Joined: 2023-07-05, 19:48 UTC

Re: File searches by type (extension)

Post by *WolfGirl »

https://i.ibb.co/w47dqYk/obrazek.png

AHA! you are right it works, thank you.

And it is probably not possible to somehow save this (search-types-files) permanently? :-(
User avatar
Dalai
Power Member
Power Member
Posts: 9964
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: File searches by type (extension)

Post by *Dalai »

WolfGirl wrote: 2023-07-05, 21:26 UTCAnd it is probably not possible to somehow save this (search-types-files) permanently? :-(
As I said: Use the Load/Save tab of the Find Files dialog. Be sure to remove the path from the "Search in" field before saving (unless you intend to find files only in the same location).

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
WolfGirl
Junior Member
Junior Member
Posts: 4
Joined: 2023-07-05, 19:48 UTC

Re: File searches by type (extension)

Post by *WolfGirl »

oh, I thought this setting was for something else, thank you!
Post Reply