An NDoc Documented Class Library

PathUtil.IsAbsolute Method (Char, String)

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

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

Parameters

separator
path
Path to check

Return Value

true if path is absolute

See Also

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