An NDoc Documented Class Library

PathUtil.IsRelative Method (Char, String)

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

public static bool IsRelative(
   char separator,
   string path
);

Parameters

separator
path
Path to check

Return Value

true if path is relative.

See Also

PathUtil Class | EnterpriseDT.Util Namespace | PathUtil.IsRelative Overload List