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

◆ MoveFile()

static void System.IO.FileSystem.MoveFile ( string sourceFullPath,
string destFullPath )
inlinestatic

Definition at line 61 of file FileSystem.cs.

62 {
63 if (!true)
64 {
65 }
66 int num;
67 if (num == 0)
68 {
69 if (!true)
70 {
71 }
72 int num2;
73 if (num2 != 0)
74 {
75 if (!true)
76 {
77 }
79 {
80 return;
81 }
82 }
83 }
84 FileSystem.LinkOrCopyFile(sourceFullPath, destFullPath);
85 FileSystem.DeleteFile(sourceFullPath);
86 }
class f__AnonymousType0<< Count > j__TPar
static int Rename(string oldPath, string newPath)

References System.IO.FileSystem.DeleteFile(), j__TPar, and System.IO.FileSystem.LinkOrCopyFile().

Referenced by System.IO.File.Move().