<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="4" style="font: 14.0px Helvetica">Many years ago, on OSX 10.4 I was faced with the slow update of some Finder attributes. I was working on a script that worked in fact, but apparently did not consistently because of the delay, a very annoying problem tht it took time to identify. The solution that someone suggested to me was :</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 14px/normal Helvetica; min-height: 17px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" color="#7e0080" style="font: 12.0px Courier; color: #7e0080">osascript -e '</font><font face="Verdana" size="3" color="#0000fe" style="font: 12.0px Verdana; color: #0000fe"><b>tell</b></font><font face="Verdana" size="3" style="font: 12.0px Verdana"> </font><font face="Verdana" size="3" color="#0000fe" style="font: 12.0px Verdana; color: #0000fe">application</font><font face="Verdana" size="3" style="font: 12.0px Verdana"> "Finder" </font><font face="Verdana" size="3" color="#0000fe" style="font: 12.0px Verdana; color: #0000fe"><b>to</b></font><font face="Verdana" size="3" style="font: 12.0px Verdana"> </font><font face="Verdana" size="3" color="#0000fe" style="font: 12.0px Verdana; color: #0000fe">update</font><font face="Verdana" size="3" style="font: 12.0px Verdana"> </font><font face="Verdana" size="3" color="#0000fe" style="font: 12.0px Verdana; color: #0000fe">folder</font><font face="Verdana" size="3" style="font: 12.0px Verdana"> (</font><span class="Apple-style-span" style="color: rgb(126, 0, 128); font-family: Courier; font-size: 12px; ">Mac path to the target folder</span><font face="Verdana" size="3" style="font: 12.0px Verdana">)</font><font face="Courier" size="3" color="#7e0080" style="font: 12.0px Courier; color: #7e0080">'  </font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font style="font: 12.0px Verdana"></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(126, 0, 128); min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; color: rgb(126, 0, 128); min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Courier" size="3" color="#7e0080" style="font: 12.0px Courier; color: #7e0080">I am not sure this would solve the current problem, but it is worth trying......</font></div></body></html>