Delete File

Acke

Registered User.
Local time
Today, 01:31
Joined
Jul 1, 2006
Messages
158
I want to create a command that will delete a file from a folder. How can I do it?

Thanks!
 
VBA has a Kill command. Otherwise read up on Scripting.FileSystemObject for tons of file and folder management capabilities.
 
Tks! You saved the day!
 

Users who are viewing this thread

Back
Top Bottom