parrotcode: Perl6 builtins for I/O | |
Contents | Language Implementations | Perl6 |
src/builtins/io.pir - Perl6 builtins for I/O
$cnt = unlink 'a', 'b', 'c';
unlink
on directories is not supported on many operating systems. Use rmdir
instead.unlink
without arguments.
|