Steamworks.NativeMethods.ISteamRemoteStorage_FileDelete C# (CSharp) Method

ISteamRemoteStorage_FileDelete() private method

private ISteamRemoteStorage_FileDelete ( InteropHelp pchFile ) : bool
pchFile InteropHelp
return bool
		public static extern bool ISteamRemoteStorage_FileDelete(InteropHelp.UTF8StringHandle pchFile);
NativeMethods