Re: How can I open attachment in Mail ?
Re: How can I open attachment in Mail ?
- Subject: Re: How can I open attachment in Mail ?
- From: Philip Aker <email@hidden>
- Date: Mon, 23 Oct 2006 03:57:06 -0700
On 2006-10-22, at 18:02:33, kai wrote:
on download_path()
set f to (do shell script "defaults read com.apple.mail
MailDownloadsPath") & "/"
if f does not start with "~" then return f
set h to POSIX path of (path to home folder)
if (count f) < 3 then return h
h & f's text 3 thru -1
end download_path
do shell script "echo 'puts [file nativename [exec defaults read
com.apple.mail MailDownloadsPath]]/' | tclsh"
Philip Aker
email@hidden
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden