file.copyto question regarding relative path vs map network drive

C

Coaster

If I am calling File.CopyTo make a backup copy of a remote file on a remote
machine where the source and destination locations are both on the remote
machine would it be faster to call the function with a relative path or
using the X drive which is mapped to the remote machine?

Thanks
 
P

Peter Duniho

If I am calling File.CopyTo make a backup copy of a remote file on a
remote machine where the source and destination locations are both
on the remote machine would it be faster to call the function with a
relative path or using the X drive which is mapped to the remote machine?

I don't see why one would be faster than the other. They both are
restricted by the network itself.

However, if you are concerned about a possible difference, it should not
be very difficult to try them both and compare the results.

Pete
 

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

Top