RosettaCodeData/Task/Check-that-file-exists/00-TASK.txt

14 lines
505 B
Plaintext

;Task:
Verify that a file called     '''input.txt'''     and   a 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.
<br>
Optional criteria (May 2015): &nbsp; verify it works with:
:::* &nbsp; zero-length files
:::* &nbsp; an unusual filename: &nbsp; <big> ''' `Abdu'l-Bahá.txt ''' </big>
<br><br>