Hi all,
I get an error msg path not found,the line highlighted red gives me error! Any suggestions how to sort this out!
' 'Move folders to m:\ Drive where the snapshots are kept
sfol1 = "C:\ImageTransfer" ' change to match the source folder path
dfol1 = "Y:" ' change to match the destination folder path
Set fso = CreateObject("Scripting.FileSystemObject")
fso.CopyFolder sfol1, dfol1, True
I get an error msg path not found,the line highlighted red gives me error! Any suggestions how to sort this out!
' 'Move folders to m:\ Drive where the snapshots are kept
sfol1 = "C:\ImageTransfer" ' change to match the source folder path
dfol1 = "Y:" ' change to match the destination folder path
Set fso = CreateObject("Scripting.FileSystemObject")
fso.CopyFolder sfol1, dfol1, True