How To See Invisible Files in Finder

Published Date Author: , Posted August 19th, 2010 at 11:04:22am

In Terminal:
[code]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
[/code]
To make them visible:
[code]
/Developer/Tools/SetFile -a v {filename}
[/code]

A great article: http://reviews.cnet.com/8301-13727_7-10344207-263.html

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.