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

◆ IsArchiveOlder()

static bool Terraria.ModLoader.BackupIO.IsArchiveOlder ( DateTime time,
TimeSpan thresholdAge )
inlinestaticprivate

Definition at line 115 of file BackupIO.cs.

116 {
117 return DateTime.Now - time > thresholdAge;
118 }

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

+ Here is the caller graph for this function: