Archive for June 7th, 2009

Showing Hidden files on the Mac OS

at the console type;

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

To swap back, execute the same code but with FALSE!

No Comments