Can copy_file function creates preserve timestamp?
- Posted by rneu Jun 24, 2017
- 1161 views
I am trying copy_file function using following simple command:
copy_file("srcfile", "dstfile")
It copies but puts new date and time stamp to the newly created file.
How can I make this function preserve the date and time stamp of original file to the new copy? I could not find any option in this function or any other method in the manual. Thanks for your help.