If inside my code, I opened a text file using

Open "a.txt" for Input at #1

How do I erase the file if I decided to cancel the operation after this statement and before the Close #1?