Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: get open filename  (Read 2265 times)

0 Members and 1 Guest are viewing this topic.

Gregory

  • Newbie
  • *
  • Posts: 41
    • View Profile
get open filename
« 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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
get open filename
« Reply #1 on: June 08, 2010, 11:22:03 pm »
There's no way to do that with SFML.
Laurent Gomila - SFML developer

Gregory

  • Newbie
  • *
  • Posts: 41
    • View Profile
get open filename
« Reply #2 on: June 08, 2010, 11:28:06 pm »
but, if I include the window API?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
get open filename
« Reply #3 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.
Laurent Gomila - SFML developer

 

anything