Facepunch.Steamworks Wiki

Steamworks.SteamRemoteStorage.FileWrite

Syntax

static bool FileWrite( string filename, byte[] data )

Description

Creates a new file, writes the bytes to the file, and then closes the file. If the target file already exists, it is overwritten

Arguments

string filename
byte[] data

Returns

bool