Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Script that forces the refresh of the current Finder window
tell application "Finder"
tell front window to update every item
try
delete (make new file at (front window) with properties {name:".refresh.tmp"})
end try
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment