1
Answer

Copy Files with out changing document dates

mangesh shelar

mangesh shelar

13y
1.2k
1
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)