Hi there,
For the program that I've been working on, I need the user to be able to traverse through the system's filesystem to find image files to be used by the program. In Windows API there's functions for this, and is it possible to use it with SFML windows? If not, what other options could I look at?
Thanks