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


Click here to return to the 'An AppleScript to quickly show or hide hidden files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to quickly show or hide hidden files
Authored by: Quatch on Oct 15, '09 11:20:27AM
Oy. Answering my own question, by reading someone elses post.
defaults write com.apple.finder AppleShowAllFiles -bool true
that true/false instead of 1/0 is required in 10.6 Thank you and have a nice day :)

[ Reply to This | # ]