by CassMan >> Wed, 3 Oct 2007 14:45:31 GMT
Hi again,
I have a program which firsts creates an XML tree and then writes it to a file using the WriteToFile method. This, obviously, creates a physical file at the directory that is specified as a parameter. However, i don't like having this as a physical, permanent file as it is only needed temporarily whilst the program is running.
Is there any command for erasing a document at the end of a program? The ' delete <File> ' command simply deletes the reference to it - the file still exists.
The File is actually a JadeXMLDocument btw.
Thanks,
Rich