you could also open it for output then delete it

i.e
Code:
Open "c:\tobdeleted.enc" For Output As #1
Write #1, ""
Close #1
Kill "c:\tobdeleted.enc"
i think it would work

but just kill is the easiest method