Thread: Deleting files
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Deleting files

use the kill command

Kill "c:\old directory\file1.xls"

--
Regards,
Tom Ogilvy

"Tony C" wrote in message
...
I have written a module which will go through a
directory, opening, processing and saving files to
a 'done' directory.

I would like to delete the files in the source directory.

Thanks