I have a windows application(VB.net) which involves copying a huge number of files to a specified location, and performance is the issue i need to check on.
I have two ways of doing this:File.Copy and other using Filestream.
Which one of the above option is faster? and is there any other faster way to achieve this?
I have a windows application(VB.net) which involves copying a huge number of files to
Share
File.Copyis faster(*)(*) Why would you trust a opinion in a forum? Instead of being here waiting for an answer you could be doing a test to see which method is faster