HELLO! is there any way to copy multiple files at the same time WITH PROGRESS BAR like in windows explorer?
I am using system FileIO.FileSystem.CopyFile for copying single file, but I want to do this with more then one file. thanks!
copying multiple files at the same time
Page 1 of 18 Replies - 623 Views - Last Post: 03 February 2012 - 11:37 AM
Topic Sponsor:
Replies To: copying multiple files at the same time
#2
Re: copying multiple files at the same time
Posted 29 December 2011 - 02:28 PM
#3
Re: copying multiple files at the same time
Posted 29 December 2011 - 04:51 PM
#4
Re: copying multiple files at the same time
Posted 16 January 2012 - 12:45 PM
use Net.WebClient
#5
Re: copying multiple files at the same time
Posted 16 January 2012 - 01:20 PM
Mate, we're talking Local Files not Internet!
#6
Re: copying multiple files at the same time
Posted 16 January 2012 - 01:29 PM
I know ... if you use DownloadFileAsync you can copy files from one folder to another by being able to view the status of the copy in a progressbar
control classes inside before speaking ill
control classes inside before speaking ill
#7
Re: copying multiple files at the same time
Posted 16 January 2012 - 11:38 PM
faraoman, on 16 January 2012 - 02:29 PM, said:
I know ... if you use DownloadFileAsync you can copy files from one folder to another by being able to view the status of the copy in a progressbar
control classes inside before speaking ill
control classes inside before speaking ill
I strongly suggest you choose a simpler method. Grab every file you want and place them into an array and run through the list with a for each statement using the same copy method. Add yourself a progressbar via code or designer, and modify the maximum value of the bar based on the amount of files(or however you want it) and use the progress bars increment method. Much simpler than it's being made out to be.
#8
Re: copying multiple files at the same time
Posted 03 February 2012 - 10:59 AM
trevster344, on 16 January 2012 - 11:38 PM, said:
faraoman, on 16 January 2012 - 02:29 PM, said:
I know ... if you use DownloadFileAsync you can copy files from one folder to another by being able to view the status of the copy in a progressbar
control classes inside before speaking ill
control classes inside before speaking ill
I strongly suggest you choose a simpler method. Grab every file you want and place them into an array and run through the list with a for each statement using the same copy method. Add yourself a progressbar via code or designer, and modify the maximum value of the bar based on the amount of files(or however you want it) and use the progress bars increment method. Much simpler than it's being made out to be.
I can do this but, that's not what I am looking for. I was interesting, is there something like FileIO.FileSystem.CopyFile's instead of FileIO.FileSystem.CopyFile. Only way is , to copy files by chunk with your own method. I've done this, but it's much slower then FileIO.FileSystem.CopyFile
#9
Re: copying multiple files at the same time
Posted 03 February 2012 - 11:37 AM
Nope there is not but creating such a method is exactly what I described, other than that you're only gonna make it harder with other methods.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|