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"
 
Top