I have a folder that starts with a dot . but unable to display them in finder.

How can I say that for folder X finder should also display hidden files/folders?

link|improve this question
I'll just plug that Lion works the same as Snow Leopard with the hidden preference AppleShowAllFiles and Finder. – bmike Jul 25 '11 at 19:42
feedback

2 Answers

up vote 10 down vote accepted

I don't think you can set this for individual folders. To set it globally, so that Finder always shows hidden files, run Terminal and enter the following two commands:

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

To switch back, do the same but substitute FALSE for TRUE.

link|improve this answer
feedback

I myself use hiddenfiles widget. it's so easy to use.

alt text

Beside that you can use free 3rd-party software like Deeper or TinkerTool.

alt text

alt text

link|improve this answer
2  
+1 for hiddenfiles widget; incredibly easy to use – g . Jan 3 '11 at 19:44
1  
Another +1 for the Hidden Files widget. Quick and easy. – Matthew Frederick Jan 3 '11 at 20:22
At the time of writing the download link for the Hidden Files widget is broken. – saw-lau Jul 24 '11 at 9:07
@saw-lau I test the link at it's fine now. – Am1rr3zA Jul 24 '11 at 14:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.