|
-
Feb 27th, 2007, 12:57 PM
#1
Thread Starter
Junior Member
FileCopyEx question o_O
I have a stupid question for you.
If I'm doing a FileCopyEx from a remote location towards another remote location, does the function copy anything on the local computer? Like in ram? I just want to know if the computer bandwitdh will be use.
Have a nice day.
-
Feb 27th, 2007, 02:03 PM
#2
Re: FileCopyEx question o_O
 Originally Posted by kaervas59
I have a stupid question for you.
If I'm doing a FileCopyEx from a remote location towards another remote location, does the function copy anything on the local computer? Like in ram? I just want to know if the computer bandwitdh will be use.
Have a nice day.
Depending on the bandwidth it may cache data on the local machine...not really sure. BTW why are you using FileCopyEx in stead of System.IO.File.Copy?
-
Feb 27th, 2007, 02:12 PM
#3
Re: FileCopyEx question o_O
 Originally Posted by ProphetBeal
Depending on the bandwidth it may cache data on the local machine...not really sure. BTW why are you using FileCopyEx in stead of System.IO.File.Copy?
I think that System.IO.File.Copy only supports local paths.
-
Feb 27th, 2007, 02:17 PM
#4
Thread Starter
Junior Member
Re: FileCopyEx question o_O
I use FileCopyEx because I need progressBar. And the remote location are mounted letter (net use)... Not tested but I'm pretty sure it should work... I hope so.
-
Feb 28th, 2007, 09:23 AM
#5
Thread Starter
Junior Member
Re: FileCopyEx question o_O
My project had changed. I can use System.IO.File.Copy. I ask the same question but about System.IO.File.Copy... soo if someone can answer me I could be nice....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|