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

◆ IsRoot() [2/2]

static bool System.IO.PathInternal.IsRoot ( ReadOnlySpan< char > path)
inlinestaticpackage

Definition at line 47 of file PathInternal.cs.

48 {
49 return path.Length == GetRootLength(path);
50 }
static int GetRootLength(ReadOnlySpan< char > path)

References System.IO.PathInternal.GetRootLength().