Skip to content

Instantly share code, notes, and snippets.

@jasonmadigan
Created October 12, 2009 11:43
Show Gist options
  • Save jasonmadigan/208345 to your computer and use it in GitHub Desktop.
Save jasonmadigan/208345 to your computer and use it in GitHub Desktop.
Hide folders from finder using SetFile
Use
/Developer/Tools/SetFile -a V /opt
or
chflags hidden /opt
To revert:
chflags unhidden /opt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment