-- #AppleScript Copy File URLs tell application "Finder" set s to selection as alias list set u to {} repeat with i in s set end of u to URL of i end repeat end tell set text item delimiters to return set the clipboard to u as text display notification "Copied!"
0
0
1
0
0