SFML community forums

Help => Window => Topic started by: Gregory on June 08, 2010, 11:17:15 pm

Title: get open filename
Post 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?
Title: get open filename
Post by: Laurent on June 08, 2010, 11:22:03 pm
There's no way to do that with SFML.
Title: get open filename
Post by: Gregory on June 08, 2010, 11:28:06 pm
but, if I include the window API?
Title: get open filename
Post by: Laurent on June 09, 2010, 08:19:51 am
Then you can use Windows functions such as GetOpenFileName, but this has nothing to do with SFML.