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

◆ Copy() [2/2]

static void System.IO.File.Copy ( string sourceFileName,
string destFileName,
bool overwrite )
inlinestatic

Definition at line 41 of file File.cs.

42 {
43 while (sourceFileName != null)
44 {
45 if (destFileName == null)
46 {
47 return;
48 }
49 if (sourceFileName._stringLength == 0)
50 {
51 return;
52 }
53 if (destFileName._stringLength != 0)
54 {
55 string fullPath = Path.GetFullPath(sourceFileName);
56 string fullPath2 = Path.GetFullPath(destFileName);
58 return;
59 }
60 }
61 }
class f__AnonymousType0<< Count > j__TPar

References System.IO.FileSystem.CopyFile(), System.IO.Path.GetFullPath(), and j__TPar.