Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revises unlink, closes #2096
  • Loading branch information
JJ committed Jun 12, 2018
1 parent cbcf464 commit 46e94bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Type/IO/Path.pod6
Expand Up @@ -7,7 +7,7 @@
=for code
class IO::Path is Cool does IO { }
The workhorse of IO operations.
C<IO::Path> is the workhorse of IO operations.
Conceptually, an C<IO::Path> object consists of a volume, a directory, and a
basename. It supports both purely textual operations, and operations that access
Expand Down Expand Up @@ -1006,8 +1006,8 @@ Defined as:
method unlink(IO::Path:D: --> True)
sub unlink(*@filenames --> List:D)
Delete all specified ordinary files, links, or symbolic links. See L<rmdir>
to delete directories.
Delete all specified ordinary files, links, or symbolic links for which there
are privileges to do so. See L<rmdir> to delete directories.
The subroutine form returns the names of the files that were successfully
deleted. The method form returns C<True> on success, or
Expand Down

0 comments on commit 46e94bc

Please sign in to comment.