Deleting a file from Access

M

Mike

I would like to make a button in a form that deletes a
cpecified file. What will be the code for deleting file
c:\test.txt, for example?
 
G

Guest

-----Original Message-----
I would like to make a button in a form that deletes a
cpecified file. What will be the code for deleting file
c:\test.txt, for example?
.
kill "pathname"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top