Problem with Filesystem Functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I hope this isn't too basic of a question . . .

I'm having a problem with the Filesystem Functions, I think.
Specifically, I'm recursing through a directory, and have this code:

$size = filesize($file);
$type = filetype($file);
$date = filemtime($file);

I'm getting these warnings:

Warning: filesize() [function.filesize]: stat failed for
AudioJungle.jpg in C:\wamp\www\file_explorer\index.php on line 33
Warning: filetype() [function.filetype]: Lstat failed for
AudioJungle.jpg in C:\wamp\www\file_explorer\index.php on line 34
Warning: filemtime() [function.filemtime]: stat failed for
AudioJungle.jpg in C:\wamp\www\file_explorer\index.php on line 35

These warning display for every file in the directory; however . and
.. have no trouble. I've googled around and searched for probably
45min without coming up with a solution. Any help would be
appreciated!

TIA!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux