doc_clean_cache
doc_clean_cache (doc)
Use the doc_clean_cache function to remove the auxiliary publishing files stored in the Arbortext Editor cache directory for the document specified by doc. The doc parameter is the document identifier, as returned by the current_doc function. If you invoke this command from the Arbortext Editor command line without the doc parameter, doc_clean_cache applies to the document in the current Edit window.
Examples:
doc_clean_cache()
doc_clean_cache(current_doc())
doc_clean_cache(5)
Related Topics