Steamworks.NativeMethods.ISteamRemoteStorage_FileExists C# (CSharp) Method

ISteamRemoteStorage_FileExists() private method

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