Close one of two files open
I have code that clears out certain type of comments using an annots.destroy method and it then extracts pages to another file based on certain criteria. I now have two files open - the original file and the extracted pages copy. I'd like code to close the original file without saving any changes. I've tried different placements of this.closeDoc(true) without success. Tried using a variable in place of this and it did not like that either. Any suggestions would be greatly appreciated...
