> On Saturday 25 June 2011 13:08:46 Christoph Feck wrote: >> You probably need to store information which thumbnails where accessed >> recently or frequently, so you do not delete the "wrong" ones. > > The O/S provides this (atime). I guess there's also an (KIO ?) API for > getting the space used by a directory. From looking at the Trash impl., > there are already ways to get what is needed for minimal attempt at fixing > this ASAP. atime is not reliable. It's often disabled system-wide for performance reasons. -- Nicolas >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<