Hey all,
It appears that if I File.Move a large file 1GB from one network
location to another location it is really slow.
example.
from: \\myserver\myfo lder\a\largefil e.txt
to: \\myserver\myfo lder\b\largefil e.txt
same machine, same hard drive, same partition... it takes 30+ seconds
If I cut/paste using windows explorer it is faster than I can snap.
I have tried File.Move and
[DllImport("shel l32.dll", CharSet = CharSet.Unicode )]
static extern int SHFileOperation ([In] ref SHFILEOPSTRUCT
lpFileOp);
Any thoughts?
-Gina_M
It appears that if I File.Move a large file 1GB from one network
location to another location it is really slow.
example.
from: \\myserver\myfo lder\a\largefil e.txt
to: \\myserver\myfo lder\b\largefil e.txt
same machine, same hard drive, same partition... it takes 30+ seconds
If I cut/paste using windows explorer it is faster than I can snap.
I have tried File.Move and
[DllImport("shel l32.dll", CharSet = CharSet.Unicode )]
static extern int SHFileOperation ([In] ref SHFILEOPSTRUCT
lpFileOp);
Any thoughts?
-Gina_M
Comment