[PHP] [PHP-WIN] filectime problems

2004-12-01 Thread Kevin Glick
I'm running PHP 5.0.2 on IIS 6/Windows Server 2003. Below is a snippet of the code from a script that looks into the news directory for files ending in .txt. After it finds the files, I want to get the creation time of each file. The script finds all the files (in this case blah.txt, but

Re: [PHP] [PHP-WIN] filectime problems

2004-12-01 Thread Richard Lynch
Kevin Glick wrote: I'm running PHP 5.0.2 on IIS 6/Windows Server 2003. Below is a snippet of the code from a script that looks into the news directory for files ending in .txt. After it finds the files, I want to get the creation time of each file. The script finds all the files (in this