Hi, I have a utility which copies several files from one location to another. Before copying files i have retrieved last access date time and once copying is done then the last access date time is restored. I am using os.chTimes for restoring the access time. So the issue comes here when I try to copy excel files, the date time stamp is not getting restored. For all other files last access date time is being restored correctly. One more point, this is not reproducible on all machines.
Thanks in advance!
Hi, I have a utility which copies several files from one location to another. Before copying files i have retrieved last access date time and once copying is done then the last access date time is restored. I am using os.chTimes for restoring the access time. So the issue comes here when I try to copy excel files, the date time stamp is not getting restored. For all other files last access date time is being restored correctly. One more point, this is not reproducible on all machines.
Thanks in advance!