I have been using apple script for updating display for files and folders in finder. This is simplified version of that script:
tell application "Finder"
tell window 1 to update items
end tell
I can see that since 10.8 (Mountain Lion) update command is not properly executed or is not executed at all. Until 10.8 everything was working perfectly - Immediately after update command all icons got redrawn. I use this for showing overlay icons.
Have any of you encountered same problem? I blame finder having changed apple script api, because, if I touch -a -m file, it gets updated. So there is for sure some way to update it.
See Question&Answers more detail:os