FileSystemExtensions.IsPathRooted method

namespace: Serenity   assemblySerenity.Net.Core

Gets if the path is rooted

public static bool IsPathRooted(this IFileSystem _, string path)
parameter description
_ File system
path Path

See Also