Hello Jack, Monday, November 04, 2002, 6:09:52 PM, you wrote:
JKD> I answered my own question with a little digging on the PHPBuilder page... JKD> is_file() and is_dir() will report everything as a directory unless you JKD> first chdir() to the directory. After I added the chdir() it worked. Anyone JKD> know if that's going to be changed in the future? JKD> (I love recursion!) [... skiped ..] there is a easier way to get is_file & is_dir working on win32: u just need to put full path to file or dir is_file("c:\web\index.html"); I've had such a problem. -- Best regards, Alexander Kuznetsov -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php