Click or drag to resize

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
)

Parameters

path
Type: SystemString
The path to check.

Return Value

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