Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Put the quoted form of POSIX paths into Script Editor' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Put the quoted form of POSIX paths into Script Editor
Authored by: StrawHousePig on Aug 29, '08 05:40:32PM

Here's the script I run from the Finder's AppleScript folder (/Users/[StrawHousePig]/Library/Scripts/Applications/Finder/).

tell application "Finder" to set the clipboard to POSIX path of (selection as text)



[ Reply to This | # ]