TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ DeleteArchive()

static void Terraria.ModLoader.BackupIO.DeleteArchive ( string path)
inlinestaticprivate

Definition at line 235 of file BackupIO.cs.

236 {
237 try
238 {
239 File.Delete(path);
240 }
241 catch (Exception e)
242 {
243 Logging.tML.Error((object)"Problem deleting old archive file", e);
244 }
245 }

References Terraria.ModLoader.Logging.tML.

Referenced by Terraria.ModLoader.BackupIO.DeleteOldArchives().

+ Here is the caller graph for this function: