That is sort of what I was aiming for with the second option. I didn’t actually expect the type option to work, I just gave it a shot But I did expect the search to match the extension.
I guess I have to grab a list of ALL assets and sort through them? That doesn’t sound very performant, but I’ll give it a shot.
You can also do it once and then subscribe to asset addition/removal events and keep your own list up to date… not sure I would bother honestly, but you might enjoy that sort of coding more than I do!