Copy Files with out changing document dates
I would like to copy few files from folder A to Folder B using C# (Windows Gui)
But the Create date and acccess date of the document should not change
I tried copying the file using System.IO.File.Copy but it changes the create date and access date for the document.