Returns whether this path is absolute.
Example:
assert (new Path ("/usr/bin").isAbsolute () == true); assert (new Path ("relative/path").isAbsolute () == false);
true if the path starts with "/".