PDA

View Full Version : Hidden Files


Hondamaker
04-25-2009, 06:21 PM
How can I hide files? I have this .DS_Store file everywhere, and I'm tired of seeing it. Is it a hidden file that is un-hidden by mistake?

Hondamaker
04-25-2009, 08:21 PM
I found out if you type defaults write com.Apple.Finder AppleShowAllFiles NO in Terminal, that works. Then killall Finder to shut down finder afterwards.