Skip to content

Instantly share code, notes, and snippets.

@ckunte
Created October 3, 2015 01:32
Show Gist options
  • Save ckunte/0881a12e649e57cb3c6c to your computer and use it in GitHub Desktop.
Save ckunte/0881a12e649e57cb3c6c to your computer and use it in GitHub Desktop.
Get Filename with full path -- great for Terminal use
--- Get Filename with full path -- great for Terminal use
tell application "Finder" to return POSIX path of (parent of first item of (get selection as alias list) as alias) & name of (selection as alias)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment