Check that file exists: Difference between revisions

Content added Content deleted
(→‎[[C]]: Fixed formatting)
(+cat)
Line 1: Line 1:
{{task}}
{{task}}
[[Category:File System Operations]]


In this task, the job is to verify that a file called "input.txt" and the directory called "docs" exist. This should be done twice: once for the current working directory and once for a file and a directory in the filesystem root.
In this task, the job is to verify that a file called "input.txt" and the directory called "docs" exist. This should be done twice: once for the current working directory and once for a file and a directory in the filesystem root.