/ Published in: AppleScript
Replace TRUE with FALSE if you want to hide the hidden files again.
Expand |
Embed | Plain Text
defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder
You need to login to post a comment.
Replace TRUE with FALSE if you want to hide the hidden files again.
defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder
You need to login to post a comment.