Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsPathFullyQualified()
[1/2]
static
bool
System.IO.Path.IsPathFullyQualified
(
ReadOnlySpan
< char >
path
)
inline
static
Definition at line
273
of file
Path.cs
.
274
{
275
return
!PathInternal.IsPartiallyQualified(path);
276
}
References
System.IO.PathInternal.IsPartiallyQualified()
.
System
IO
Path
Generated by
1.10.0