 | IFileSystemPathUtilityIsPathRooted Method |
Determines if the specified path is rooted.
Namespace: Ookii.Jumbo.Dfs.FileSystemAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxbool IsPathRooted(
string? path
)
Function IsPathRooted (
path As String
) As Boolean
bool IsPathRooted(
String^ path
)
abstract IsPathRooted :
path : string -> bool
Parameters
- path String
- The path to check.
Return Value
Boolean if the path is rooted; otherwise,
.
See Also