See Original text in context
method abs2rel(IO::Path , IO::Path = --> Str)
Returns a string that represents $path
, but relative to $base
path. Both $path
and $base
may be relative paths. $base
defaults to $*CWD
. Uses IO::Spec::Win32
's semantics.
See Original text in context
method abs2rel(IO::Path , IO::Path = --> Str)
Returns a string that represents $path
, but relative to $base
path. Both $path
and $base
may be relative paths. $base
defaults to $*CWD
.