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


Click here to return to the '10.6: A Service to show/hide hidden files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.6: A Service to show/hide hidden files
Authored by: karog on Jul 20, '10 08:56:18AM
The 2nd and 3rd Run Shell Scripts can be replaced with a single Run AppleScript containing:
tell application "Finder"
    quit
    activate
end tell
Also, you can put more than one line of shell code in a Run Shell Script so there is no need for three separate ones in the hint.
Edited on Jul 20, '10 09:18:25AM by karog


[ Reply to This | # ]
10.6: A Service to show/hide hidden files
Authored by: baltwo on Jul 20, '10 07:20:04PM

Results in:

"Finder got an error: Connection is invalid."



[ Reply to This | # ]