docxgen
docxgen copied to clipboard
Changing tmpDir
Currently I see that tmpDir
property in the class is declared as private
and there is no method for assigning path to it. I want to change it to other folder and I have no options other than editing the source. I suggest to make it at least protected
for being able to override by extending base class or add a method that makes possible changing this variable.