An NDoc Documented Class Library

PathUtil.IsAbsolute Method

Indicates whether or not a path is absolute (i.e. starts with '/').

Overload List

Indicates whether or not a path is absolute (i.e. starts with '/').

public static bool IsAbsolute(char,string);

Indicates whether or not a path is absolute (i.e. starts with '/').

public static bool IsAbsolute(string);

See Also

PathUtil Class | EnterpriseDT.Util Namespace