Skip to content

FileSystemExtensions.IsPathRooted method

Gets a value indicating whether the specified path is rooted.

public static bool IsPathRooted(this IFileSystem _, string path)
parameter description
_ The file system.
path The path.

Return Value

true if the path is rooted; otherwise, false.

See Also