Created
August 5, 2015 11:42
-
-
Save a-v-ebrahimi/ddb7c626c941ca035e02 to your computer and use it in GitHub Desktop.
Copy path to clipboard (Automator)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on run {input, parameters} try | |
tell application "Finder" to set the clipboard to POSIX path of (target of window 1 as alias) | |
on error | |
beep | |
end try return input end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment