From mirc help
Code:
$file(filename)

Returns information about the specified file. 

Properties: size, ctime, mtime, atime, shortfn, longfn, attr
$file(mirc.exe).size          returns the file size
$file(mirc.exe).ctime          returns creation time
$file(mirc.exe).mtime          returns last modification time
$file(mirc.exe).atime          returns last access time

It seems to me that the atime property returns the same time as the mtime property.

Is this a feature or a bug?


-
Just because it never happened doesn't mean it isn't true.