An NDoc Documented Class Library

PathUtil.IsRelative Method (String)

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

public static bool IsRelative(
   string path
);

Parameters

path
Path to check

Return Value

true if path is relative.

See Also

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