|
Hi Glenn,
I've verified 1,2 and 3 in your list without a problem. Maybe I am looking at this the wrong way, or want this to do something you have not programmed it to, but I want to copy a source directory, or source files into the subdirectories of the destination root. What I mean by that is the source file c:\temp\test.txt copied to y:\ as destination will copy to y:\sub1, y:\sub2 ... y:\sub99.
I am trying to use this to push out files/directories to "team" network locations.
Am I expecting your code to do something you had not intended it to do, or do I need to use it, but have it in the recursive loop which goes through the array of subdirectories to copy the file.
I'm pretty sure I can do the array bit, but just wondering what I should be looking at as far as where your code fits into my intentions.
Pax
|