THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
An enumeration of WinRT / Windows Phone path types.
SDL_WINRT_PATH_INSTALLED_LOCATION |
the installed app's root directory; files here are likely to be read-only |
SDL_WINRT_PATH_LOCAL_FOLDER |
the app's local data store; files may be written here |
SDL_WINRT_PATH_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 |
SDL_WINRT_PATH_TEMP_FOLDER |
the app's temporary data store (unsupported on Windows Phone); files written here may be deleted at any time |
This enumeration is available since SDL 2.0.3.
CategoryEnum, CategorySystem, CategoryDraft