Save file openning file selector

Started by
1 comment, last by Jo 12 years, 6 months ago
Does anyone knows, how i can open a file selector using xna? I want to save my game selecting the file name or just ovewrite an old save game, is it possible?


Something like this, where i can select my old save or create another one. (this image is just an exemple).
Screen002.jpg
Advertisement

-


I don't think that XNA itself offers something like that, however you can open directory and get all .sav files for example, then open the file and get the name and date from it and render it as usual text on screen.

There is tutorial for opening directories: http://www.csharp-ex...from-directory/




Yes, i didn't found anything about, but it's a good idea, i'll do it.

Thanks.

This topic is closed to new replies.

Advertisement