Unsichtbare Dateien im Finder zeigen
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 [...]
Letzte Kommentare