April 13, 2016
11:15 p.m.
On Wed, Apr 13, 2016 at 10:04 PM, Rob Rothwell <r.j.rothwell@gmail.com> wrote:
# Usage
WebBrowser openOn: 'http://www.pharo.org'
Fantastic...this is a nice example of using UFFI to call a LibC command, and since it is just using open(1), you can also do something like:
WebBrowser openOn: '/users/rob/desktop/enterprisepharo.pdf'
To generically open a file!
Take care,
Rob
btw, the might be good for the UFFI documentation to list a few reference projects using it. cheers -ben