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 923ea05 commit 47b0526Copy full SHA for 47b0526
doc/Type/IO/Path.pod6
@@ -240,7 +240,11 @@ values the return values of the methods with the same names.
240
241
method Str(IO::Path:D: --> Str)
242
243
-Alias for L«C<IO::Path.path>|/routine/path».
+Alias for L«C<IO::Path.path>|/routine/path». In particular, note that default
244
+stringification of an C<IO::Path> does B<NOT> use the value of
245
+L«C<$.CWD> attribute|type/IO::Path#attribute_CWD». To stringify while
246
+retaining full path infomation use L«C<.absolute>|/routine/absolute» or
247
+L«C<.relative>|/routine/relative» methods.
248
249
=head2 method open
250
0 commit comments