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
)
inline
static
package
Definition at line
47
of file
PathInternal.cs
.
48
{
49
return
path.Length ==
GetRootLength
(path);
50
}
System.IO.PathInternal.GetRootLength
static int GetRootLength(ReadOnlySpan< char > path)
Definition
PathInternal.cs:122
References
System.IO.PathInternal.GetRootLength()
.
System
IO
PathInternal
Generated by
1.10.0