FireStrike
Registered User.
- Local time
- Yesterday, 20:52
- 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?