mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-03 09:10:41 +03:00
Added RemoteStorage.OpenSharedFile(sharingId)
This commit is contained in:
parent
d129f3757a
commit
598f44e9f8
@ -90,6 +90,15 @@ namespace Facepunch.Steamworks
|
|||||||
return existing;
|
return existing;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Opens a previously shared <see cref="RemoteFile"/>
|
||||||
|
/// with the given <paramref name="sharingId"/>.
|
||||||
|
/// </summary>
|
||||||
|
public RemoteFile OpenSharedFile( ulong sharingId )
|
||||||
|
{
|
||||||
|
return new RemoteFile( this, sharingId );
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Write all text to the file at the specified path. This
|
/// Write all text to the file at the specified path. This
|
||||||
/// overwrites the contents - it does not append.
|
/// overwrites the contents - it does not append.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user