File.Copy vs. own implementation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Does anyone know if using File.Copy to copy a file locally is particulalry
efficient?

I want to regularly copy large files as backups and was wondering if
File.Copy could be improved upon by implementing my own version.

Thanks


Jon
 
Hi,

You could use it, if you want you could use the CopyFile from the API . but
no thing you will get a much better performance .


cheers,
 
Back
Top