Hi using this command i would like to be able to let the user choose and image and then store the path or something in a file, so when the app is next opened it picks it up without them having to do the imagechooser all over again?
But from what i can see is we have these commands:
GetChosenImage
IsChoosingImage
ShowChooseImageScreen
After ShowChooseImageScreen all you can get is the ID in which AppGameKit has given it to reference to?
How can i achieve the above?
EDIT: Just found GetImageFilename(), Looks handy for this
Thanks
Andy