Advanced File-Searching
To start searching for files on your computer go to File -> File Search or simply press CTRL-F.
A new tab named "File Search" with a search panel will show up.
Basic search querys:
| search term | result |
| myfile.txt | find all myfile.txt files |
| myfile.* | find all types of files that are named myfile |
| *.txt | find all text files |
Advanced search querys:
You can combine search querys by placing a semicolon (;) between them:
| search term | result |
| *.txt; *.doc | find all text files and all *.doc files |