FileCopy vs Alternatives

BtySgtMajor

New member
Joined
Nov 13, 2005
Messages
4
Programming Experience
10+
Hi all,

Which way copies files over a Windows network the quickest? I'm using FileCopy, but i'm thinking there might be something quicker. I'm not sure if FileCopy makes use of FileStreams or what not, and I've heard there might be issues using a BinaryStream.

Any suggestions to straighten me out? It's just a straight bunch of file copying, but I need it to be as fast as possible.

Cheers!
 
Back
Top