c:\webroot
\application
\php_code
\filedirThe code is
if (is_file("./filedir/test.txt")) echo "Found it!";
else echo "Not found";This is working with Linux, but it does not work with NT. Can someone tell me why it does not work?
Todd
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

