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

◆ GetParentFolderPath()

static string Terraria.Utilities.FileUtilities.GetParentFolderPath ( string path,
bool includeExtension = true )
inlinestatic

Definition at line 202 of file FileUtilities.cs.

203 {
204 if (!true)
205 {
206 }
207 Match match;
208 Group group;
209 if (match != null && group != null)
210 {
212 return group2.Value;
213 }
214 return "";
215 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.match, and System.Text.RegularExpressions.Capture.Value.