Author Topic: Welcome to the Dog Star  (Read 19157 times)

0 Members and 1 Guest are viewing this topic.

yny-u

  • Newbie
  • *
  • Posts: 42
    • View Profile
    • yny-u
Re: Welcome to the Dog Star
« Reply #15 on: May 04, 2009, 03:35:51 pm »
Thanks for the help tapewolf.

On a side note, Mac OSX users can show/hide hidden files by entering the following two shell commands:

Code: [Select]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

To have the system hide the files again, simply re-enter the commands with FALSE instead of TRUE.

(Or, you can go get a Dashboard widget to put a nice user interface on the process.. http://www.apple.com/downloads/dashboard/developer/showhidewidget.html )