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

◆ Exists

virtual bool System.IO.FileSystemInfo.Exists
get

Definition at line 48 of file FileSystemInfo.cs.

49 {
50 get
51 {
52 try
53 {
54 return ExistsCore;
55 }
56 catch
57 {
58 return false;
59 }
60 }
61 }

Referenced by System.IO.DirectoryInfo.MoveTo(), and System.IO.FileInfo.MoveTo().