In the video FolderItem: Temporary Files there is a destructor method. The method of course only gets called at the close of the window.
I would like to implement this but many of my TempfolderiIems are in modules, or in the App section, which makes for a lot of extra things hanging around.
I also have a couple of sections which have, thanks to modern computing, a hundred files processed with temps in a minute or so.
I know I can directly call destructor, but I’m looking for education.
Any pointers?
Should I just make it a habit to call the destructor?