I'm currently working on a level editor for a game, which is pretty much done. It stores all objects into an array then saves the array out to a file. The loading is also working fine, however the user has to type the name of the level into a box to be able to open it, which is just annoying. So i was wondering if there's a way to get all files in a folder to be listed in a List Box? This way the user can select their level from a list.
All the level files are stored in AppPath/maps
Thanks