venkat
unread,Jan 10, 2011, 8:54:18 PM1/10/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-extensions
Hi,
I've an extension which has some javascript and an NPAPI plug-in to
assist in some native functions, which I'm adapting to chrome. At one
stage, I need the extension to spawn a new process invoking a native
executable that resides in my extension folder. I'm planning to do
this in my NPAPI plug-in, but to do this, I need the full path to the
executable.
Is there anyway I can get full (or absolute) path of the extension
folder from inside chrome extension? Using chrome-extension:// URLs
won't help since I cannot pass these to native code.
Thanks,
Venkat.