An NDoc Documented Class Library

PathUtil.IsRelative Method

Indicates whether or not a path is relative (i.e. does not start with '/').

Overload List

Indicates whether or not a path is relative (i.e. does not start with '/').

public static bool IsRelative(char,string);

Indicates whether or not a path is relative (i.e. does not start with '/').

public static bool IsRelative(string);

See Also

PathUtil Class | EnterpriseDT.Util Namespace