OpenAstroTech / OATFWGUI

OpenAstroTech FirmWare Graphical User Interface
http://openastrotech.com/
8 stars 0 forks source link

Auto-clean temp files on Windows #13

Closed julianneswinoga closed 9 months ago

julianneswinoga commented 1 year ago

Temporary files/directories are never automatically deleted on Windows :frowning: https://superuser.com/a/296827

So we should do some work to automatically delete temporary folders created with an older version of OATFWGUI. Currently we only create f'.pioOATFWGUI{__version__}' in the temp dir (and only then because of a workaround for Windows path lengths)