Entrepreneur Geek

Nirav Mehta on life, technology and future

Refresh Finder view in Mac OS

with 4 comments

I am on this MacBook and need to connect to Linux and Windows servers very often. I connect over Samba (SMB protocol), but there is one annoying thing about this. The Finder does not refresh the item list. I have seen that happen even while I am browsing local files. So did a Google search today and found a small AppleScript that can do the job. Taking this from here.

Open Script Editor (From Applications – AppleScript) and paste the following code.
tell application "Finder"
tell front window
update every item with necessity
end tell
end tell

Run it once to see that it refreshes the view in the top most window in Finder. You can now save it as an application in the Application – Utilities folder. I named it Refresh. You can now put this app on your dock / sidebar or any other place and call it conveniently. I dragged it and placed it right next to the view options drop down in the Finder window.

Problem Solved! Thanks to Eric for the script!

Written by Nirav

August 3rd, 2006 at 4:36 pm

Posted in Apple