mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-07-17 18:56:22 +03:00
ReadFile -> FileRead
This commit is contained in:
parent
47b9aca324
commit
f567313ea0
@ -241,7 +241,7 @@ Write a cloud file
|
|||||||
Read a cloud file
|
Read a cloud file
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
var fileContents = SteamRemoteStorage.ReadFile( "file.txt" );
|
var fileContents = SteamRemoteStorage.FileRead( "file.txt" );
|
||||||
```
|
```
|
||||||
|
|
||||||
List all files
|
List all files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user