[futurebasic] Re: [FB] CFURLRefs From Unix Filenames

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2010 : Group Archive : Group : All Groups

From: Brian S <fblistserve@...>
Date: Tue, 3 Aug 2010 18:15:12 -0700
On Aug 3, 2010, at 5:21 PM, Deep wrote:

> 
> Hi Brian,
> 
> The CF version of "Open Unix" command?


> Was that the launch eMail via
> AppleScript example ….?

yes, it created a unix pipe ( which is what open ‘unix’ does ).

See “LaunchMailPressSendII” in Examples/Applescript.

All you need are:

fn PipeOpen 
fn CreateCFStringResult

Call PipeOpen and then call fn CreateCFStringResult to get the string result ( don’t forget to release the object ). I’ll send my include backchannel.


Brian S