Quickly Hide a File in Mac OS X Using chflags
Want to quickly hide a file from prying eyes? Just like you can hide folders, you can hide individual files too. Here is how to do this using the command line tool chflags. Launch Terminal from /Applications/Utilities/ and use the following command syntax: chflags nohidden /path/to/hide/file.txt If you know the path to the file just … Read More

