Jump to content

Check that file exists: Difference between revisions

m
→‎{{header|PHP}}: s/ther/there/
(minor correction to Clojure version)
m (→‎{{header|PHP}}: s/ther/there/)
Line 436:
if (file_exists('docs' )) echo 'docs is here with me';
if (file_exists('/input.txt')) echo 'input.txt is over there in the root dir';
if (file_exists('/docs' )) echo 'docs is over therthere in the root dir';</lang>
 
=={{header|Perl}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.