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

◆ UpdateItem() [2/2]

void Ionic.Zip.ZipFile.UpdateItem ( string itemName,
string directoryPathInArchive )
inline

Definition at line 153 of file ZipFile.cs.

154 {
155 bool flag = File.Exists(itemName);
156 ZipEntry zipEntry = this.UpdateFile(itemName, directoryPathInArchive);
157 }
class f__AnonymousType0<< Count > j__TPar
ZipEntry UpdateFile(string fileName)
Definition ZipFile.cs:114
static bool Exists(string path)
Definition File.cs:86

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