Jump to content

Check that file exists: Difference between revisions

(added ruby)
Line 156:
<php>if (file_exists('input.txt')) echo 'input.txt is here right by my side';
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 ther in the root dir';</php>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.