Not that I'm aware of, but you may be able to emulate this in the main
form's unload event. (If you can record the location of the file somewhere
you can delete it when the main form's unload event fires.)
Kenny Acock
<><
Quote:
> In UNIX when I create a temp file I immediately "unlink" it. Since it is
> already open, I can continue to use it and then when the program exits the
> file will automatically disappear. Is there any equivalent with VB6?