Facepunch.Steamworks Wiki

Steamworks.SteamRemoteStorage.FileRead

Syntax

static byte[] FileRead( string filename )

Description

Opens a binary file, reads the contents of the file into a byte array, and then closes the file.

Arguments

string filename

Returns

byte[]