Steamworks.SteamRemoteStorage.GetFileTimestamp C# (CSharp) Méthode

GetFileTimestamp() public static méthode

public static GetFileTimestamp ( string pchFile ) : long
pchFile string
Résultat long
		public static long GetFileTimestamp(string pchFile) {
			InteropHelp.TestIfAvailableClient();
			using (var pchFile2 = new InteropHelp.UTF8StringHandle(pchFile)) {
				return NativeMethods.ISteamRemoteStorage_GetFileTimestamp(pchFile2);
			}
		}