Label + Filtering DLL files

Hi there! Long time no see--for better or worse :wink:

I've created a label that I want to assign to DLL files. I can't figure out how to do this.

I go to Preferences > Label Assignments > New Filter

I select file type, but DLL or Dynamic Link Library isn't in there. I was able to do this for exe files by simply selecting "Application."

First, is there an item on that list of application types that would apply to DLLs that I'm not aware of?
Second, if not, can you help me with writing a more advanced filter maybe using regular expression to identify DLL files?

Thanks so much for your help!

Create a wildcard label instead. It will display results faster, and be more efficient, than using a label filter.

Use *.dll as the wildcard. (And *.exe for the exe files. Converting your old filter to a wildcard will make it work better.)

1 Like

That's awesome. Thanks Leo!