How to Filter Files by Name in a Program

Hello,

Is there a way to put some file names into the program and have it display only those files, something like a name filter or something similar, or is there another way to do this?

Several ways. E.g. Push * (Shift + 8) in the file display to open the Filter Bar, and type a filename or wildcard.

I would like to enter multiple file or folder names at once and have only those displayed. For example, if I have 100 files and I want to display files named 1, 2, 3, 4, 5, how would I do that?

Set QUICKFILTERFLAGS=evaloff,regexpoff,flatviewoff,ignorediacriticsoff,anywordoff,partialoff QUICKFILTER="(1|2|3|4|5)"

How to use buttons and scripts from this forum

Lxp gave the answer, but you'll also find the docs on the wildcard syntax useful if you want to understand what an dhow you can do different patterns. It's linked at the top right of this forum: