terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ DeleteFile()

static void System.IO.FileSystem.DeleteFile ( string fullPath)
inlinestatic

Definition at line 89 of file FileSystem.cs.

90 {
91 int num = 1;
92 if (num == 0)
93 {
94 }
96 if (num == 0)
97 {
98 }
100 string text = PathInternal.TrimEndingDirectorySeparator(fullPath);
101 if (lastErrorInfo != null)
102 {
103 return;
104 }
105 }
class f__AnonymousType0<< Count > j__TPar
static Interop.ErrorInfo GetLastErrorInfo()
Definition Interop.cs:321
static int Unlink(string pathname)

References j__TPar, System.text, and System.IO.PathInternal.TrimEndingDirectorySeparator().

Referenced by System.IO.File.Delete(), and System.IO.FileSystem.MoveFile().