Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to copy files from one directory to another??

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I created a FileSystemObject and used
objFSO.CopyFile "C:\......", "C:\....."

But keep getting this error -
Server object error 'ASP 0177 : 800a0035'

Server.CreateObject Failed

/messages/file.asp, line 17

The operation completed successfully.

I would like to know if there are any errors in my code or whether I'm using the correct method. Please help!!

Thanks in advance.
 
the problem is that you don't have the write permissions set on your server. Whatever file is doing the copying is going to need to get write permissions set on it. That should take care of your problem.

good luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top