I have been writing a filecopy/mirroring applcation that copies files over
the WAN - it seems to be working but is way to slow! I think its to do with
the method of copying/checking I'm doing.
Does anyone have any idea of how robocopy works programatically - does it
first copy all the files, then run a check for files to be deleted on target
that are not on the source.
robocopy seems to do the job in a few secs - I want to emulate this in a gui
interface?
Any ideas...short of disassembling robocopy )
the WAN - it seems to be working but is way to slow! I think its to do with
the method of copying/checking I'm doing.
Does anyone have any idea of how robocopy works programatically - does it
first copy all the files, then run a check for files to be deleted on target
that are not on the source.
robocopy seems to do the job in a few secs - I want to emulate this in a gui
interface?
Any ideas...short of disassembling robocopy )