Hidden files in MacOSX


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

Hide and show files in MacOSX


Copy this code and paste it in your HTML
  1. defaults write com.apple.Finder AppleShowAllFiles TRUE //show hidden files
  2.  
  3. defaults write com.apple.Finder AppleShowAllFiles FALSE // hide files

URL: http://osxdaily.com/2009/02/25/show-hidden-files-in-os-x/

Report this snippet


Comments


You need to login to view comments.