I wrote a series of 3 articles for JSMag about embedding v8 in C++ applications. Included is a nice tutorial on how to expose C/C++ callable functions and libraries to the JavaScript environment.
http://www.jsmag.com July/August/September issues. Regards On Sep 7, 2011, at 9:52 AM, Lea Hayes wrote: > Hello, > > I have modified the 'Shell' sample to my needs but I need to bind methods > into the global context object which allow: > create directory > delete directory > delete all files that match pattern in directory > move file(s) > copy file(s) > Which is the best approach to take? Is Boost filesystem a good choice for > this? It seems a little overkill as the V8 engine already has regex > processing, etc. > > I would like make the application compatible with Linux, Mac OS and Windows. > > How does the Chromium project go about managing files and directories? > > Any guidance would be very much appreciated. > > Many thanks > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
