File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
= for code
8
8
class IO::Path is Cool does IO { }
9
9
10
- The workhorse of IO operations.
10
+ C < IO::Path > is the workhorse of IO operations.
11
11
12
12
Conceptually, an C < IO::Path > object consists of a volume, a directory, and a
13
13
basename. It supports both purely textual operations, and operations that access
@@ -1006,8 +1006,8 @@ Defined as:
1006
1006
method unlink(IO::Path:D: --> True)
1007
1007
sub unlink(*@filenames --> List:D)
1008
1008
1009
- Delete all specified ordinary files, links, or symbolic links. See L < rmdir >
1010
- to delete directories.
1009
+ Delete all specified ordinary files, links, or symbolic links for which there
1010
+ are privileges to do so. See L < rmdir > to delete directories.
1011
1011
1012
1012
The subroutine form returns the names of the files that were successfully
1013
1013
deleted. The method form returns C < True > on success, or
You can’t perform that action at this time.
0 commit comments