Alright, I just started programming in VB, and here's what's happened so far:

I created a program that will both sort and output an HTML file with named anchors in it based on a fixed length data dump from our system.

The problem is, I did it all sequentially, and had to create a couple documents for workspace in the process. How can I delete these documents from my harddrive when the program closes?

I'm pretty sure I'll do it on a _Terminate() tag, but what goes in the middle? Some of this is secure stuff, and needs to be deleted when the processing is done. HELP!!