Archive for tag: visible

Unsichtbare Dateien im Finder zeigen

17 September, 2009 (04:13) | defaults write | By: hubi

Als kleines Tool: Code zum markieren einmal anklicken oder Code im Skript-Editor öffnen set h to button returned of (display dialog "Make Finder show all files" buttons {"Yes", "nope, default"} default button {"YES"}) as text if h = "Yes" then do shell script "defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder" else do shell script "defaults [...]