Re: [PHP-WIN] Re: Directory Date/Time

2001-08-27 Thread Frank M. Kromann
Hi David, The argument to the functions filemtime(), fileatime() and filectime() should be a valid file name. In your case readdir() returns file names in the directory located by $current_dir but these files does not exist in the current directry where the script is executed. You can fix th

[PHP-WIN] Re: Directory Date/Time

2001-08-27 Thread David Tod Sigafoos
I could really use some help on this .. I know there must be someone out there who knows: a) is it possible to get the date/time from a directory in windows (win2k) b) if it is possible .. then how As mentioned in my original post I have tried both filemtime and fileatime. Here are the specifi