ReadFile -> FileRead

This commit is contained in:
Milan Lajtoš 2021-01-25 00:00:43 +01:00 committed by GitHub
parent 47b9aca324
commit f567313ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,7 +241,7 @@ Write a cloud file
Read a cloud file
```csharp
var fileContents = SteamRemoteStorage.ReadFile( "file.txt" );
var fileContents = SteamRemoteStorage.FileRead( "file.txt" );
```
List all files