Really this is just a journal for me to aid my failing memory, so if I, or an acquaintance, has a question I might, more quickly, find a previously researched answer.
But this page is also Rants n Raves on Saving Earth and using Technology to help us do so, or whatever else I feel inclined to babble on about.
Thursday, January 20, 2011
Apple Script to Show All Files in Finder
I use two separate scripts, one for On and one for Off.
do shell script "defaults write com.apple.finder AppleShowAllFiles True"
do shell script "killall Finder"
do shell script "defaults write com.apple.finder AppleShowAllFiles False"
do shell script "killall Finder"