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

◆ NormalizePathForUseInZipFile()

static string Ionic.Zip.SharedUtilities.NormalizePathForUseInZipFile ( string pathName)
inlinestatic

Definition at line 44 of file SharedUtilities.cs.

45 {
46 bool flag = string.IsNullOrEmpty("/");
47 string text;
48 bool flag2 = text.StartsWith("/");
49 return text.Substring(1);
50 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.

Referenced by Ionic.Zip.ZipEntry.NameInArchive(), and Ionic.Zip.ZipFile.RemoveEntry().