Posted by Tyno Gendo on 04/11/07 08:11
Willem Bogaerts wrote:
>> .. I just uploaded to a linux server to test, same result. Files exist
>> because i'm just recursing a directory now and printing out the names of
>> things that it finds along with an is_file($file) as well, always
>> returns <blank> :-/
>
>
> What do you pass to the is_file() function? The full path or just the
> "basename"?
>
In this instance I have passed fullname. I could try a chdir and then
is_file("./$file"); ?
[Back to original message]
|