delete a text file

M

Mark1

Anybody know the easiest way to delete a text file after I've imported it's
data into my database?

I've got this bit of code, but it tells me that it can't find the file. I
run it from the CMD.exe line and it works fine:

Call Shell("DEL
\\HORSEISLAND\NETSHARE\MEDICAL\OOQ\SOLUTIONSWORLD\WORLDS\MARK\WORK\TEST.TXT",
1)
 
Top