In Java I'd use the java.nio
library and use FileChannel.transferTo()
and FileChannel.transferFrom()
. Is there something similar in (specifically) C# or am I going to have to load some unamanaged .dll from somewhere? Google has not been useful in this case.
Edit: I should note that I'm targeting .NET 3.5.