My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 33: Feature request: launch external program API for Mac and Linux
2 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by stefano....@gmail.com, Jun 9, 2008
There's no way on Mac and Linux to run an helper application. 

An API that calls the system() syscall would be really useful to extend
gadget extendibility.

Something like:

var path = storage.extract( "myhelper" );
framework.system.run(path);

thanks.

Powered by Google Project Hosting