Deleting files

FireStrike

Registered User.
Local time
Today, 05:19
Joined
Jul 14, 2006
Messages
69
I have a program that is pulling data, and for reasons of speed and memory I decided to use comma delimited files to store the data. This then does some calculations on the data and then exports the data to an excel sheet for a report. The problem is that one of these files is over 200MB in size, so I cannot just keep in on my computer. I want to be able to delete the file. I have found ways to do this using the filesystemobject, but i am trying to save the resources, and not use the filesystemobject. Does anyone know how to delete a file without using the filesystemobject?
 
the 'kill' command should allow you to do this...
 
Worked like a charm, thank you.
 
Something about giving a user named FireStrike a kill command.... :):)
 

Users who are viewing this thread

Back
Top Bottom