== Draft == '''THIS PAGE IS A WORK IN PROGRESS''' ... Please make edits to this page to improve it! = SDL_WinRT_Path = An enumeration of WinRT / Windows Phone path types. == Values == {| |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 |} == Version == This enumeration is available since SDL 2.0.3. == Related Functions == :[[SDL_WinRTGetFSPathUNICODE]] :[[SDL_WinRTGetFSPathUTF8]] ---- [[CategoryEnum]], [[CategorySystem]], [[CategoryDraft]]