set filename in Applescript from RunRev, OSX

2007-05-30 Thread R. Hillen
Hello list, in an AS-example of scripting mail.app on Mac OSX I found: ... set theAttachment to choose file ... make new attachement with properties {file:theAttachment} at after the last paragraph ... I want to choose the file in a Revolution-Script and use the choosen FilePath in the

Re: set filename in Applescript from RunRev, OSX

2007-05-30 Thread Ian Wood
On 30 May 2007, at 20:16, R. Hillen wrote: answer file what file to attach? put it into AttachFileName replace theAttachment with AttachFileName in field MyScript do field MyScript as Applescript replace theAttachment with revMacFromUnixPath(AttachFileName) in field MyScript