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

◆ LinkOrCopyFile()

static void System.IO.FileSystem.LinkOrCopyFile ( string sourceFullPath,
string destFullPath )
inlinestaticprivate

Definition at line 50 of file FileSystem.cs.

51 {
52 int num = 1;
53 bool flag = FileSystem.CopyDanglingSymlink(sourceFullPath, destFullPath);
54 if (num == 0)
55 {
56 }
58 }
class f__AnonymousType0<< Count > j__TPar
static int Link(string source, string link)

References System.IO.FileSystem.CopyDanglingSymlink(), and j__TPar.

Referenced by System.IO.FileSystem.MoveFile().