deleting files based on a list

N

nokia3650

I want to delete files from a list that i have in ms access database

how can i do that?

i have a list of files that have to bo deleted,all files are in same folder.

thx


rene

deleting files based on a list
 
D

Douglas J. Steele

Use the Kill statement:

Kill pathname

where pathname is the full path to the file.
 

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