On windows, the temporary folder is filled with a lot of files that are not deleted.
This is due to bad code deleting a file without closing streams using it: windows does not allow it.
For instance, we have a lot of files named "export-import*zip" or "pdfboplugin*.txt"
- depends on
-
NXP-2691 Clean temporary files and directories created by Import/Export calls
- Resolved