File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1009,11 +1009,10 @@ Defined as:
1009
1009
Delete all specified ordinary files, links, or symbolic links for which there
1010
1010
are privileges to do so. See L < rmdir > to delete directories.
1011
1011
1012
- The subroutine form returns the names of all files, excluding those that exist,
1013
- but could not be deleted; this obviously includes the names of the files that do
1014
- not exist, the rationaly possibly being that it returns the names of the files
1015
- that C < do not exist > after the operation, without taking into account if they
1016
- existed before the operation or not.
1012
+ The subroutine form returns the names of all the files in the list, excluding
1013
+ those for which the filesystem raised some error; since trying to delete a file
1014
+ that does not exist does not raise any error at that level, this list will
1015
+ include the names of the files in the list that do not exist.
1017
1016
1018
1017
The method form returns C < True > on success, or L < fails|/routine/fail >
1019
1018
with L < X::IO::Unlink > if the operation could not be completed. If the file to be
You can’t perform that action at this time.
0 commit comments