isRelative method

bool isRelative()

Returns true if the Path is relative, i.e., not absolute.

Implementation

bool isRelative() => _windows.isRelative(path);