Deleting a file from Access

  • Thread starter Thread starter Mike
  • Start date Start date
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?
 
-----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"
 
Back
Top