Page 1 of 1

How to search in folder containing specific files format

Posted: Mon Feb 27, 2012 2:10 pm
by patrmich
Hi,

By default it is possible to search in folder containing several kind of files :
- txt
- php
- ini
- js
- hrml
- css
- bat

Is there a way, for the user, to add other kind of files in the above list, such as :
- tpl files (which are template files from Prestashop)

Thank you in advance,

Patrick

Re: How to search in folder containing specific files format

Posted: Mon Feb 27, 2012 9:27 pm
by DigitalVolcano
Yes, you can just click on the box and type the filter in
Example:
*.tpl

You can use a semicolon to add multiple filters:
*.tpl;*.inf

hope this helps!

Re: How to search in folder containing specific files format

Posted: Tue Feb 28, 2012 8:28 am
by patrmich
Hi,

Thank you very much for your prompt and useful reply !

Kind Regards,

Patrick