
76 means to be "Path not found
'76 means to be "Path not found"
Set fso = CreateObject("Scripting.FileSystemObject")
WinTempDir = LCase(fso.GetSpecialFolder(2).ShortPath)
fso.MoveFolder WinTempDir & "\001", WinTempDir & "\old"
'but if theres a directory called --> old, before you run the script,
will result an error, so handle the possible error before you try to move
the directory