I have an application that makes extensive use of Windows CopyFile.
http://msdn.microsoft.com/en-us/library/aa363851%28VS.85%29.aspx
This function copies a file between folders on same, different hard drives and also across the local file sharing network [SAMBA].
The key property of this function is to preserve the "last modified" date attribute of a file.
Does anyone know of a Linux system function or a library function that provides these features?
Thanks,
ww




