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

◆ RemoveTempFile()

void Ionic.Zip.ZipFile.RemoveTempFile ( )
inlineprivate

Definition at line 2530 of file ZipFile.cs.

2531 {
2532 bool flag = File.Exists(this._temporaryFileName);
2535 }
class f__AnonymousType0<< Count > j__TPar
string _temporaryFileName
Definition ZipFile.cs:2709
static bool Exists(string path)
Definition File.cs:86
static void Delete(string path)
Definition File.cs:77

References Ionic.Zip.ZipFile._temporaryFileName, System.IO.File.Delete(), System.IO.File.Exists(), and j__TPar.

Referenced by Ionic.Zip.ZipFile.CleanupAfterSaveOperation().