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 75abdd5 commit fb29e04Copy full SHA for fb29e04
doc/Type/IO/Path.pod6
@@ -383,7 +383,8 @@ for each directory in the path, and any symlinks found are followed.
383
my $io = "foo/./bar/..".IO.resolve; # now "/" (the parent of "/baz")
384
385
If C<:$completely>, which defaults to C<False>, is set to a true value, the
386
-method will L«C<fail>|/routine/fail» if it cannot completely resolve the path,
+method will L«C<fail>|/routine/fail» with C<X::IO::Resolve>
387
+if it cannot completely resolve the path,
388
otherwise, it will resolve as much as possible, and will merely perform
389
L«C<cleanup>|/routine/cleanup» of the rest of the path. The last part of the
390
path does B<NOT> have to exist to C<:$completely> resolve the path.
0 commit comments