How to work C# File.Copy method if source and destination is same
Z.lee
1
Reputation point
I want to know how to work File.Copy method in C# when Source and Destination file is same.
I mean, In case of Source and Destination file's name and modified date is same.
Because, When I copied files, the compeleted time is different between case 1 and case 2.
( case 1 : Source and Destination files are same name, but different modified date. )
( case 2 : Source and Destination files are same name and also have same modified date.)
So, I want to know, Why the completed time is different between that two cases?
Thanks.
Developer technologies .NET Other
4,103 questions
Developer technologies C#
11,570 questions
Sign in to answer