Revision Difference
SteamRemoteStorage.FileWrite#522962
<member type="method" namespace="Steamworks" parent="SteamRemoteStorage" name="FileWrite" static="true">
<member category="interface" type="method" namespace="Steamworks" parent="SteamRemoteStorage" name="FileWrite" static="true">
<args>
<arg name="filename" type="string"></arg>
<arg name="data" type="byte[]"></arg>
</args>
<return type="bool"></return>
<summary>Creates a new file, writes the bytes to the file, and then closes the file.
If the target file already exists, it is overwritten</summary>
</member>