How to delete i file from Visual Basic?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

From inside Access I want to delete a file in a directory. How will the
Visual Basic look like?

Access 2002

Any help will be appreciated!
Regards
 
what about an if statement to see if the file exists.

if it doens't, do nothing.

if it does, then delete.
 

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

Back
Top