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

◆ IsZipFile()

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

Definition at line 12 of file ComHelper.cs.

13 {
14 if (!true)
15 {
16 }
17 return ZipFile.IsZipFile(filename);
18 }

References Ionic.Zip.ZipFile.IsZipFile().