Just run the command below in Terminal to unhide all files, and you will be able to see everything.
Code:
defaults write com.apple.finder AppleShowAllFiles YES;killall Finder
Run it again with NO in place of YES to hide hidden files again.
Is that what you were after?