Applescript Pfad der ausgewählten Datei in Finder 2. Dezember 2012 Christian Sonntag Pfad der ausgewählten Datei in Finder AppleScript tell app "Finder" set selectedItem to (posix path of (the selection as alias)) end tell 123 tell app "Finder" set selectedItem to (posix path of (the selection as alias))end tell