 | DfsPathIsPathRooted Method |
Determines if the specified path is rooted.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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 String
- The path to check.
Return Value
Boolean if the path is rooted; otherwise,
.
See Also