Accessing Resources as Xojo Types

I want, at runtime, to gather all the Sound resources that have been added to my project and put them into an array or dictionary (as Sound objects, not the resource FolderItems, which is obviously easy). I thought with all the introspection stuff this wouldn’t be a big deal, but I haven’t been able to figure it out; maybe I’m missing something obvious. Is there some global iterator that can step through every project item, where I could check TypeInfo?

Never mind, I just noticed Sound.Open :slight_smile: