SFML community forums
Help => Window => Topic started by: Gregory on June 08, 2010, 11:17:15 pm
-
how I make the "get open/save filename" of the window API with a window of SFML?
-
There's no way to do that with SFML.
-
but, if I include the window API?
-
Then you can use Windows functions such as GetOpenFileName, but this has nothing to do with SFML.