|
|
10.4: A simple way to copy the path to a file or folder
I created this applescript and saved it in my ~/Library/Scripts folder so I can access it from the Scripts Menu
tell application "Finder" set sel to the selection as text set the clipboard to POSIX path of sel end tell
10.4: A simple way to copy the path to a file or folder
Hello,
Here's another applescript variation in the form of a droplet:
--
Cole
10.4: A simple way to copy the path to a file or folder
Here's my applescript. It automatically paste's the path wherever your cursor is when you run the script. Note: I don't use the posix path so you'll have to add that yourself if you want the posix path.
|
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.24 seconds |
|