WinRTPath
Description:
[ CCode ( cname = "SDL_WinRT_Path" , cprefix = "SDL_WINRT_PATH_" ) ]
public enum WinRTPath
Content:
Enum values:
- INSTALLED_LOCATION - The
installed app's root directory.
Files here are likely to be read-only.
- LOCAL_FOLDER - The app's local
data store. Files may be written here
- ROAMING_FOLDER - The app's
roaming data store. Unsupported on Windows Phone.
Files written here may be copied to other machines via a network connection.
- TEMP_FOLDER - The app's temporary
data store. Unsupported on Windows Phone.
Files written here may be deleted at any time.
Methods: