To facilitate the manual copying of large volumes of files, I often use FreeFileSync . I noticed that it saves the original information about the file, for example, when the file was created, the last one changed, etc.
Now I need to regularly copy a lot of files in batch mode, and I would like to do this in R. So I wondered if R was also able to save this information. AFAIU, file.rename() and file.copy() change the file information, for example. times are set at the time the files are copied.
Can I restore the original file information after copying files?
EDIT
I work on windows 7 (64 bit)
Rappster
source share