> For the complete documentation index, see [llms.txt](https://chaoses-ib.gitbook.io/directory-opus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chaoses-ib.gitbook.io/directory-opus/manual/basic_concepts/selecting_files/simple_wildcard_selection.md).

# Simple Wildcard Selection

The **Select Files** dialog has two modes; *simple* and *advanced*. It is accessed with the **Edit / Select by Pattern** command (or push Ctrl+S). The dialog remembers which mode it was last used in and will open in that mode the next time it is used; you can switch modes using the **Advanced** or **Simple** button at the bottom of the dialog.

![](https://3597805814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3XSZSwWow0fDf6fQJobd%2Fuploads%2Fgit-blob-6605a269d2a123626ad346d61d2183c2fe1812fe%2Fselect_files_-_simple.png?alt=media)

The simple mode **Select Files** dialog lets you select files in the current file display by typing in a wildcard string using the [standard pattern matching syntax](/directory-opus/manual/reference/wildcard_reference/pattern_matching_syntax.md). In the example shown above, the string `*.(mp3|m4a)` will select all files that end in either **.mp3** or **.m4a**, when you click the **OK** button.

The **Partial match** option enables partial matching of the string you enter - for example, `kit` would match **Cute Kitten.jpg** if that option was turned on.

Click the **Advanced** button to go to [advanced mode](/directory-opus/manual/basic_concepts/selecting_files/advanced_selection.md), which lets you use more complex filters to select files.
