Rob Anderson suggested:
> How about something along the lines of :-
>
> o = CreateObject("scripting.filesystemobject")
> o.CopyFolder("c:\cvp", "t:\")
> o.DeleteFolder("c:\cvp")
Works ok for small tests but not robust enough for use in a real
application.
For example:
o = CreateObject("scripting.filesystemobject")
o.CopyFolder("\\Server\Data\Documents\Test2",
"\\Server\Archive\Data\Documents\Test2")
Fails with OLE error code 0x800a004c. Unknown COM status code.
Any ideas why?
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.