To hide folder in Mac OS X, type the following command:
chflags hidden /path/to/folder/
The folder will not be visible in Finder, but you can still access it
via the Terminal.
To unhide the folder, use the following command:
chflags nohidden /path/to/folder/
No comments:
Post a Comment