mangesh shelar

mangesh shelar

  • NA
  • 13
  • 1.4k

Copy Files with out changing document dates

Sep 21 2011 11:55 AM
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.

Answers (1)