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

◆ CopyOldSaves()

static void Terraria.IO.OldSaveSynchronise.CopyOldSaves ( )
inlinestatic

Definition at line 39 of file OldSaveSynchronise.cs.

40 {
41 int num = 1;
42 if (num == 0)
43 {
44 }
45 string text = Main.SavePath + "/oldSavesExposed.dat";
46 bool flag = string.IsNullOrEmpty(OldSaveSynchronise.OldSaveRoot);
47 if (num == 0)
48 {
49 }
50 long num2 = 0L;
51 bool flag2 = FileUtilities.Exists(text, num2 != 0L);
52 }
class f__AnonymousType0<< Count > j__TPar
static bool Exists(string path, bool cloud=false)

References Terraria.Utilities.FileUtilities.Exists(), j__TPar, System.L, Terraria.IO.OldSaveSynchronise.OldSaveRoot, and System.text.

Referenced by Terraria.Main.LoadWorlds().