Skip to content

Instantly share code, notes, and snippets.

@ckunte
Created October 3, 2015 01:31
Show Gist options
  • Save ckunte/2282176d49be3c46fd62 to your computer and use it in GitHub Desktop.
Save ckunte/2282176d49be3c46fd62 to your computer and use it in GitHub Desktop.
Get Filename (with any predefined path) -- I use for inserting images in posts
--- Get Filename (with any predefined path) -- I use for inserting images in posts
tell application "Finder" to get "/log/images/" & the name of (selection as alias)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment