|
-
Apr 28th, 2001, 07:02 PM
#1
Thread Starter
New Member
Permission Denied --- FileCopy Statement
Hello everybody:
I want an application to do a copy of a *.mdb file in a floppy disk using the FileCopy statement. After I made some changes in the database with the application and after I made the FileCopy statement, I get the error "Permission Denied". Even after I execute the FileCopy statement, I close every connection to the database. The code where I do the FileCopy is right below:
sourcefile = "C:\CLIENTS.MDB"
destinationfile = "A:\CLIENTS.MDB"
FileCopy sourcefile, destinationfile
Also, I tried to made a duplicate in another location in the hard drive and I keep recieving the same error. Is there something that I need to do? Any answer is welcome. PLEASE THIS IS VERY IMPORTANT. I'M ALL TIED IF I DON'T SOLVE THIS PROBLEM. Have a nice day everybody.
Luis E. Cuadrado
Last edited by lcuadrado; Apr 28th, 2001 at 07:26 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|