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

◆ CleanZipPath()

static string ReLogic.Content.Sources.ZipContentSource.CleanZipPath ( string path)
inlinestaticprivate

Definition at line 129 of file ZipContentSource.cs.

130 {
131 string text2;
132 string text = Regex.Replace(text2, "^[./]+", "");
133 if (text._stringLength != 0)
134 {
135 bool flag = text.EndsWith("/");
136 }
137 return text;
138 }
static string Replace(string input, string pattern, string replacement)
Definition Regex.cs:269

References System.Text.RegularExpressions.Regex.Replace(), and System.text.

Referenced by ReLogic.Content.Sources.ZipContentSource.ZipContentSource().