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

◆ IsZipFileWithExtract()

bool Ionic.Zip.ComHelper.IsZipFileWithExtract ( string filename)
inline

Definition at line 21 of file ComHelper.cs.

22 {
23 if (!true)
24 {
25 }
26 return ZipFile.IsZipFile(filename, true);
27 }

References Ionic.Zip.ZipFile.IsZipFile().