objective c - Force item icon refresh in Finder 10.8.2 -


can lead me useful link forcing file icon refresh in new 10.8.2 version of finder?

i'm working on problem last few days , have tried solution can found on internet, old samples compatible old versions of finder , not work on newer versions of finder (which rebuilt on cocoa framework).

i tried use few commands apple script tool update files in finder ('update item necessity'), tried few plugins internet (nudge, finder-refresh...), tried support communication external mac application through scriptingbridge framework (although useful) nothing gave me desired result.

i have noticed nsworkspace class contains 2 methods: iconforfile , seticon:forfile, , although integrate 2 functions in application, iconforfile function returning image of reduced quality, i'm stuck in direction also.

any idea or suggestion highly appreciated.

create visible file , delete it. refresh finder window.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -