An NDoc Documented Class Library

PathUtil.IsAbsolute Method 

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

public static bool IsAbsolute(
   string path
);

Parameters

path
Path to check

Return Value

true if path is absolute

See Also

PathUtil Class | EnterpriseDT.Util Namespace