Share via


XGameSaveFiles

XGameSaveFiles is a set of API's that enable reading and writing data on behalf of a user / game to be persisted across game sessions and seemlessly synced with the cloud to be used across multiple devices.

This is a variation of the XGameSave API specifically designed to be used with Simple File based access once the gamesave path has been retrieved.

Functions

Function Description
XGameSaveFilesGetFolderWithUiAsync Returns a folder that can be used to contain directories and files for storage.
XGameSaveFilesGetFolderWithUiResult Returns a folder that can be used to contain directories and files for storage in the cloud.
XGameSaveFilesGetRemainingQuota Returns the amount of data available to store save data using the XGameSaveFiles API.

See also

System API reference