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"
revMacFromUnixPath will convert Rev's Unix-style internal paths into the colon-delimited paths that AppleScript and Classic understand.
You can go back the other way with revUnixFromMacpath. Ian _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
