Steamworks.SteamRemoteStorage
Undocumented Parental Settings
Properties
Gets the total number of local files synchronized by Steam Cloud.
Get a list of filenames synchronized by Steam Cloud
returns true if IsCloudEnabledForAccount AND IsCloudEnabledForApp
Checks if the account wide Steam Cloud setting is enabled for this user
or if they disabled it in the Settings->Cloud dialog.
Checks if the per game Steam Cloud setting is enabled for this user
or if they disabled it in the Game Properties->Update dialog.
This must only ever be set as the direct result of the user explicitly
requesting that it's enabled or not. This is typically accomplished with
a checkbox within your in-game options
Number of bytes total
Number of bytes remaining until your quota is used
Number of bytes used
Methods
Deletes a file from the local disk, and propagates that delete to the cloud.
Checks whether the specified file exists.
Deletes the file from remote storage, but leaves it on the local disk and remains accessible from the API.
Checks if a specific file is persisted in the steam cloud.
Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
Gets the specified files size in bytes. 0 if not exists.
Gets the specified file's last modified date/time.
Creates a new file, writes the bytes to the file, and then closes the file.
If the target file already exists, it is overwritten