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

◆ GetDirectoryName() [2/2]

static string System.IO.Path.GetDirectoryName ( string path)
inlinestatic

Definition at line 86 of file Path.cs.

87 {
88 string text;
89 int stringLength = text._stringLength;
90 if (stringLength != 0)
91 {
92 if (stringLength == 0)
93 {
94 }
95 if (stringLength == 0)
96 {
97 }
98 int num;
99 if (num != 0)
100 {
101 }
102 int num2 = 1;
103 string text2;
104 int stringLength2 = text2._stringLength;
105 char c = text2[num2];
106 string text3;
107 return text2 + text3;
108 }
109 return "Argument string consists of whitespace characters only.";
110 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.

Referenced by Ionic.Zip.ZipSegmentedStream._NameForSegment(), Ionic.Zip.ZipFile.RemoveEntryForUpdate(), and DefaultFileAPI.WriteFile().