Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a note about 'resolve' currently not working correctly on all p…
…latforms. ugexe++
  • Loading branch information
Jan-Olof Hendig committed May 19, 2016
1 parent 14b9ff4 commit 7b411d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Type/IO/Path.pod
Expand Up @@ -173,6 +173,9 @@ for each directory in the path, and any symlinks found are followed.
# bar is a symlink pointing to "/baz"
my $io = "foo/./bar/..".IO.resolve; # now "/" (the parent of "/baz")
NOTE: Currently (May 2016) this method doesn't work correctly on all platforms,
e.g. Windows, since it assumes POSIX semantics.
=head2 routine dir
sub dir(Cool $path = '.', Mu :$test = none('.', '..'))
Expand Down

0 comments on commit 7b411d3

Please sign in to comment.