Re: [PHP] Problem with Filesystem Functions

2009-10-03 Thread Andrew Burgess
On Sat, Oct 3, 2009 at 9:29 AM, Ashley Sheridan wrote: > > On Sat, 2009-10-03 at 09:07 -0400, Andrew Burgess wrote: > > 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

Re: [PHP] Problem with Filesystem Functions

2009-10-03 Thread Ashley Sheridan
On Sat, 2009-10-03 at 09:07 -0400, Andrew Burgess wrote: > 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

[PHP] Problem with Filesystem Functions

2009-10-03 Thread Andrew Burgess
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: file