Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Refresh a Finder window to force it to update' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Refresh a Finder window to force it to update
Authored by: tedw on Oct 02, '09 11:51:59AM
In case anyone finds it useful, you could save the following script:
on adding folder items to thisFolder after receiving theseFiles
	tell application "Finder"
		update thisFolder with necessity
	end tell
end adding folder items to
and attach it to particular folders that you consistently have trouble with. This should automatically update the folder window (assuming it's open) whenever you add any item to it.

[ Reply to This | # ]