I'm kind of embarressed having to ask this one... :o
How can I copy a directory, with all files and subdirectory's, from a network location to a local location?
I'm after an equivilent of the DOS xcopy command.
Thanks,
Qu.
Printable View
I'm kind of embarressed having to ask this one... :o
How can I copy a directory, with all files and subdirectory's, from a network location to a local location?
I'm after an equivilent of the DOS xcopy command.
Thanks,
Qu.
Never mind, I found a bit of source code which solves my problem. It's annoying that .Net doesn't have a Directory.Copy() function. Oh well...
In case anyone is interested, this is the code snippet I ended up using.
Thanks for posting your solution and the link! :thumb: