76 means to be "Path not found 
Author Message
 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



Mon, 10 Nov 2003 15:26:36 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Long Path Names give Runtime error 76 - Path not found

2. Long Path Names give Runtime error 76 - Path not found

3. Error 76 Path not found with folder object

4. Access97, Win95 Error 76 Path error 99

5. Access '95: "Path Not Found"

6. Mysterious path not found error 76 , caused by P&D? (vb6)

7. SysCmd 603, "path","path"

8. VB5 Database, "Not a valid path"

9. Error 76 problem

10. Runtime error 76 using Windows2000

11. amovie and runtime error 76

12. Error 76 in my script

 

 
Powered by phpBB® Forum Software