Zvi Twersky > 2019-12-17 03:23
Jean Lalonde > 2019-12-17 10:17
Zvi Twersky > 2019-12-17 11:38
Zvi Twersky > 2019-12-17 13:28
Jean Lalonde > 2019-12-17 13:43
LaurentG > 2019-12-17 16:16
(2019-12-17 10:17)Jean Lalonde Wrote: When QAP display a favorite folder, it checks for the custom ison info in the desktop.ini file. It is done each time the QAP menu is refreshed.
(2019-12-17 13:43)Jean Lalonde Wrote: I remember the folder has to be read-only before the custom icon become visible in Windows Explorer.
Jean Lalonde > 2019-12-17 16:54
LaurentG > 2019-12-18 03:10
(2019-12-17 16:54)Jean Lalonde Wrote: > Actually, read-only attribute of folder is necessary to have localized name (I'm talking about in my previous answer) taken into account, but not for custom icons, which are displayed even if the folder is not read-only
I've seen different infos about this before. Some sources said that the folder had to be "system", and others "read-only". When coding the command setting custom folder icon from folder's icon, I found that it worked well when folder is set "read-only" and this is what QAP is doing actually. I'm not sure if this is required. It could depend on Windows versions. Anyway, I think I'll keep it that way since you tell me this would be required for localized names.
Jean Lalonde > 2019-12-18 10:43