jdy0803
Well-known member
I'm doing File Copy using System.IO.File.Copy.
In case of huge size of file, for example 5GB, and network directory, it takes too long time to complete and block to do other job of program.
I want to do file copy asyncronously.
How to implement this?
In case of huge size of file, for example 5GB, and network directory, it takes too long time to complete and block to do other job of program.
I want to do file copy asyncronously.
How to implement this?