Open terminal and write these 2 commands
[sourcecode]
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
[/sourcecode]
Related Posts
Vista needs childs caring
I ve been using Vista for some time now. I run into several weird problems. Finally I got everything fixed.…
Copy NSString to Clipboard
Coming back to the ultimate purpose of this blog… helping my memory!Here we are: a code snippet to copy a…