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.
 
Back
Top