method absolute
Documentation for method absolute
assembled from the following types:
class IO::Path
From IO::Path
(IO::Path) method absolute
Defined as:
multi method absolute(IO::Path: --> Str)multi method absolute(IO::Path: --> Str)
Returns a new Str
object that is an absolute path. If the invocant is not already an absolute path, it is first made absolute using $base
as base, if it is provided, or the .CWD
attribute the object was created with if it is not.