Re: Sending an image as attachment in Mail.
Re: Sending an image as attachment in Mail.
- Subject: Re: Sending an image as attachment in Mail.
- From: Luther Fuller <email@hidden>
- Date: Sun, 25 Mar 2012 18:16:46 -0500
On Mar 25, 2012, at 5:13 PM, Ron Hunsinger wrote: For example:
tell application "Finder" (alias "LionRetail:macdiario:Escritorio:captura.jpeg") as text end tell
--> returns "LionRetail:macdiario:Desktop:captura.jpeg"
Have you tried ...
((path to desktop from user domain) as text) & "captura.png" --> "OS_X:Users:lutherfuller:Desktop:captura.png"
You should. This avoids any reference to disks & folders whose names you don't know.
|
_______________________________________________
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