Closed jschappel closed 1 year ago
Currently when generating graphviz files we save the .dot and .png file in the users current directory. It would be ideal to instead save this in the systems temporary folder. This would make is so the OS will auto clean up the files for us.
.dot
.png
Overview
Currently when generating graphviz files we save the
.dot
and.png
file in the users current directory. It would be ideal to instead save this in the systems temporary folder. This would make is so the OS will auto clean up the files for us.