Hi,

In Win32 how do I make the dos access time , that obtained via 'dir
/TW', reflective of when I add a file to a directory.

For instance

running 

open(FILE,">c:\\test\\file.txt");
print FILE "hello";
close FILE;

does not seem to update the last accessed time of c:\test

Thanks
Andrew

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to