Course of Raku / Objects, I/O, and exceptions / Input and output / Working with directories / Listing a directory
Quiz — File tests
If the file report.txt exists, what does
'report.txt'.IO.e return?
| 1 | True |
| 0 | False |
| 0 | report.txt |
| 0 | the file’s contents |