Show (and hide) hidden files in Finder


/ Published in: AppleScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. defaults write com.apple.finder AppleShowAllFiles -bool TRUE
  2. killall Finder
  3.  
  4. defaults write com.apple.finder AppleShowAllFiles -bool FALSE
  5. killall Finder

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.