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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top