In the [AppName].g.resources file, how do I enumerate through all the resources inside?
For example, there is:
readme.txt
images/logo.png
images/img.jpg
...etc
I know how to read them individually, but what if I want to get all resources from the "folder" images?
UPDATE: Oops my bad ^^ Duplicate of Enumerating .NET assembly resources at runtime