RosettaCodeData/Task/Check-that-file-exists/00DESCRIPTION
2016-12-05 22:15:40 +01:00

13 lines
503 B
Text

;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>