mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 10:43:15 +02:00
KiCad stores 3D cache files but never gets rid of any of them. This patch adds a new function called 'CleanCacheDir()'. Any cache files older than the passed 'number of days' parameter are deleted. Fixes https://gitlab.com/kicad/code/kicad/-/issues/1928