I've read a lot about the is_file and is_dir functions, but something is
still missing. If I call is_file to tell me if something is a file or not,
and it must traverse a large path, e.g. ./dir1/dir2/file.txt, it will almost
always fail. Can anyone tell me why, and what a possible work around is? I
guess I could CHDIR() first or something. 

-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-796-9023
email: [EMAIL PROTECTED] 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to