Hi,

I need to create a program to copy a complete directory from "Computer A" to "Computer B".

The program will be run from "Computer A"

I have searched on google for some examples, but I dont know if I'm searching for the wrong information or something, but I cant find anything that helps. I've alos check Planetsourcecode.com to no avail either...

I think I need to use file.copy BUT I'm sure this only copies single files not whole directories.

the folder that will be copied with around 100mb at the moment and will no doubt get bigger, so I need to also add a prograssion bar, as the admin will be able to see that the files are copying. Something like the Windows 'copy file' window, showing a progression bar and the name of the currently copying file.


Many Thanks