File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ the file test method C<f>:
155
155
say "testfile".IO.f; # OUTPUT: «True»
156
156
say "lib".IO.f; # OUTPUT: «False»
157
157
158
- = head1 Copying and renaming files.
158
+ = head1 Copying and renaming files
159
159
160
160
Routines C < copy > , C < rename > , and C < move > are available to avoid low-level system commands.
161
161
See details at L < copy|/routine/copy > , L < rename|/routine/rename > , and L < move|/routine/move > .
@@ -176,6 +176,7 @@ move $fileb, '/disk2/foo'; # use move when a system rename may not
176
176
# overwrites '/disk2/foo' if it exists
177
177
move $fileb, '/disk2/foo', :createonly; # fails if '/disk2/foo' exists
178
178
= end code
179
+
179
180
= head1 Getting a directory listing
180
181
181
182
To list the contents of the current directory, use the C < dir > function. It
You can’t perform that action at this time.
0 commit comments