Suggest me! File modify date changing when copying
Hi Everyone!,
I have to copy one file and paste into another location using java script. After the transition the file modified date was changed to current date and time.
However, If I copy file physically and paste into other location. The File modified date was not changed. This is what I exact want.
Anyone explain why its happen?
- yajiv
Code:
var myFile=File("/Volumes/tempFiles/1234.tif");
myFile.copy("~/Desktop/1234.tif");
Copy using Script:

After Paste..


