From cf124d4c8047c74919ea6183ffdf77967dd6a336 Mon Sep 17 00:00:00 2001 From: Nathaniel Beaver Date: Thu, 3 Dec 2015 16:34:42 -0600 Subject: [PATCH] Excerpts from links. --- readme.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.rst b/readme.rst index d9413f0..6a7cd19 100644 --- a/readme.rst +++ b/readme.rst @@ -1122,7 +1122,16 @@ until the application is killed. This becomes particularly interesting when the files are hidden thumbnails. + This is a known problem with Windows 7 related thumbnail caching which + locks hidden files, thus preventing deletion or moving them. + https://superuser.com/questions/537041/action-cant-be-completed-open-in-another-program + + The folder rename operation fails because thumbcache.dll still has an open + handle to the local thumbs.db file and does not currently implement a + mechanism to release the handle to the file in a more dynamic and timely + fashion. + https://support.microsoft.com/en-us/kb/2025703 By contrast,