Dim oFS
Set oFS=CreateObject("Scripting.FileSystemObject")
oFS.CopyFolder "d:\temp\*", "E:\tmp\"
Set oFS=Nothing
25 lip 2008
Dim oFS
Set oFS=CreateObject("Scripting.FileSystemObject")
oFS.CopyFolder "d:\temp\*", "E:\tmp\"
Set oFS=Nothing