method is-relative
| 1 | class IO::Path |
| 1.1 | (IO::Path) method is-relative |
Documentation for method is-relative assembled from the following types:
class IO::Path
From IO::Path
(IO::Path) method is-relative
Defined as:
method is-relative(IO::Path: --> Bool)
Returns True if the path is a relative path, and False otherwise. Windows caveats for .is-absolute apply.