Click or drag to resize

IFileSystemPathUtility.IsPathRooted 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
)

Parameters

path
Type: System.String
The path to check.

Return Value

Type: Boolean
true if the path is rooted; otherwise, false.
See Also