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