Hide Directory in Mac OS X

Good for hiding app generated directories you don't want to see or to hide a directory for some other reasons...

  1. Open Terminal
  2. Type:

chflags hidden /Directory/Path/

That should do it. If the directory is in a stack it can take a couple opens for it to vanish.

To return the directory to visible, use the above command and replace "hidden" with "nohidden".

Write a Comment