get the path of the selected Finder item


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



Copy this code and paste it in your HTML
  1. tell app "Finder"
  2. set selectedItem to (posix path of (the selection as alias))
  3. end tell

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.