File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -343,10 +343,11 @@ for each directory in the path, and any symlinks found are followed.
343
343
# bar is a symlink pointing to "/baz"
344
344
my $io = "foo/./bar/..".IO.resolve; # now "/" (the parent of "/baz")
345
345
346
- If C < $completely > , which defaults to C < False > , is set to a true value, the
346
+ If C < : $completely> , which defaults to C < False > , is set to a true value, the
347
347
method will L « C < fail > |/routine/fail» if it cannot completely resolve the path,
348
348
otherwise, it will resolve as much as possible, and will merely perform
349
- L « C < cleanup > |/routine/cleanup» of the rest of the path.
349
+ L « C < cleanup > |/routine/cleanup» of the rest of the path. The last part of the
350
+ path does B < NOT > have to exist to C < :$completely > resolve the path.
350
351
351
352
NOTE: Currently (April 2017) this method doesn't work correctly on all
352
353
platforms, e.g. Windows, since it assumes POSIX semantics.
You can’t perform that action at this time.
0 commit comments