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
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