asdocx: Export from Stata to Word, Excel, LaTeX & HTML › Forums › asdocx Forum › asdocx working directory gets bigger with time › Reply To: asdocx working directory gets bigger with time
Hello Professor Eric
asdoc keeps a copy of the stored matrices, results, text, and graphs in the hidden folder ‘_asdoc`. These files are used when users try to append new results to existing files. Therefore, these files are required by asdocx, until the user decides that s/he will never need to append to the same file. However, if the decides to delete these files, asdocx then offer the following three commands.
1. Delete all files
The code is
asdocx clear
This code deletes all files in the hidden working director _asdoc
.
2. Delete all graphs
The code is
asdocx clear graph
This code deletes all png files in the hidden working director _asdoc
.
3. Delete all flexmat files
The code is
asdocx clear flexmat
This code deletes all flexmat files in the hidden working director _asdoc
.