File.Copy from Unc path to (same server's) Unc path inquiry

Posted by Aggelos Mpimpoudis on Stack Overflow See other posts from Stack Overflow or by Aggelos Mpimpoudis
Published on 2010-06-11T16:15:29Z Indexed on 2010/06/11 16:33 UTC
Read the original article Hit count: 432

Filed under:
|

Will data traffic go through the host application program or will be dealt remotely in scenarios where C#'s File.Copy is used:

File.Copy(@"\\SERVER13\LOL\ROFL.txt", @"\\SERVER13\ROFL.txt")

Cheers n thx!

© Stack Overflow or respective owner

Related posts about c#

Related posts about cifs