How to hide a folder in Finder

In order to hide a folder in Finder, open Terminal and write following:


setfile -a V /path/to/folder

Or

chflags hidden /path/to/folder


To unhide:


setfile -a v /path/to/folder

Or

chflags nohidden /path/to/folder

  • 0
  • April 28, 2012, 12:34am
  • t0lkman

Comments (1)

RSS Collapse / Expand

Only registered and authorized users can leave comments. Login or Register