| |
iris
Posts: 1
Score: 0
Joined: 9/13/2003
From: India
Status: offline
|
my code goes like this....... dim filesys set filesys=CreateObject("Scripting.FileSystemObject") If filesys.FileExists("c:\sourcefolder\dbMC.mdb") Then filesys.CopyFile "c:\sourcefolder\dbMC.mdb", "c:\destfolder\" End If the page gets stuck if the methods getfolder,copyfile or copyfolder are used. there is no problem with fileexists and folderexists methods In another PC when the getfolder method is used, PWS is stopped
|
|