Re: Requesting assistance with rtfd and attachments
Re: Requesting assistance with rtfd and attachments
- Subject: Re: Requesting assistance with rtfd and attachments
- From: Christopher Stone <email@hidden>
- Date: Thu, 27 Sep 2012 04:35:01 -0500
On Sep 27, 2012, at 03:55, Brian Christmas < email@hidden> wrote: I'd very much like to attach files and folders to an rtfd via TextEdit. My attempts so far have been futile.
______________________________________________________________________
Hey Brian,
This is the closest I've been able to get, and it doesn't do what you're wanting...
But maybe it will spark an idea.
-- Best Regards, Chris
______________________________________________________________________
tell application "Finder" set sel to selection as alias list end tell tell application "TextEdit" tell front document set its text to "Now is the time for all good men to come to the aid of their country." repeat with i in sel make new attachment at after last word with data (return & (i as «class furl»)) end repeat end tell end tell
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden