Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetFullPathInternal()

static string System.IO.Path.GetFullPathInternal ( string path)
inlinestaticprivate

Definition at line 933 of file Path.cs.

934 {
935 if (PathInternal.IsExtended(path.AsSpan()))
936 {
937 return path;
938 }
939 return PathHelper.Normalize(path);
940 }

References System.IO.PathInternal.IsExtended(), and System.IO.PathHelper.Normalize().

Referenced by System.IO.Path.GetFullPath(), and System.IO.Path.GetFullPath().