We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa614f commit a53015aCopy full SHA for a53015a
doc/Type/IO/Path.pod6
@@ -101,7 +101,11 @@ values the return values of the methods with the same names.
101
102
method path(IO::Path:D: --> Str)
103
104
-Returns the full path as a string.
+Returns the string the object was constructed from or the value of
105
+C<$SPEC.join($volume,$dirname,$basename)> if multi-part version of C<.new>
106
+was used. B<NOTE:> this does not include the C<$.CWD>; see
107
+L«C<.absolute>|/routine/absolute» and L«C<.relative>|/routine/relative» for
108
+stringification options that include C<$.CWD>.
109
110
=head2 method Str
111
0 commit comments