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