How to Hide Existing Folder in OS X Mavericks
Commands:
Hide Folder:
Type: chflags hidden (path); killall Finder
eg:
Type: chflags hidden /Users/home/Desktop/PersonalFiles ; killall Finder
Unhiding the Folder:
Type: chflags nohidden (path); killall Finder
eg:
Type: chflags nohidden /Users/home/Desktop/PersonalFiles ; killall Finder
Create a Hidden Folder:
Watch this video: • Hide Folder in Mac OS