Hello Everyone,
This script works well for me but the only problem that it has is that it does not copy hidden files also. Is there anyway I can modify this script to copy hidden files too?
Thanks,
Ross
This script works well for me but the only problem that it has is that it does not copy hidden files also. Is there anyway I can modify this script to copy hidden files too?
Thanks,
Ross
Code:
Option Explicit
Dim oSHApp, oSHFolder, ErrNum
Set oSHApp = CreateObject("Shell.Application")
Set oSHFolder = oSHApp.Namespace("C:\test")
oSHApp.Namespace("C:\test2").CopyHere oSHFolder.Items,16+512