| IFileSystemPathUtilityIsPathRooted Method |
Determines if the specified path is rooted.
Namespace:
Ookii.Jumbo.Dfs.FileSystem
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax bool IsPathRooted(
string path
)
Function IsPathRooted (
path As String
) As Boolean
bool IsPathRooted(
String^ path
)
abstract IsPathRooted :
path : string -> bool
Parameters
- path
- Type: SystemString
The path to check.
Return Value
Type:
Boolean if the path is rooted; otherwise,
.
See Also