Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsIdFile()

static bool System.IO.IsolatedStorage.IsolatedStorageFile.IsIdFile ( string file)
inlinestaticprivate

Definition at line 705 of file IsolatedStorageFile.cs.

706 {
707 return string.Equals(Path.GetFileName(file), "identity.dat");
708 }

References System.IO.Path.GetFileName().

Referenced by System.IO.IsolatedStorage.IsolatedStorageFile.ContainsUnknownFiles().