Yes, unless you use something else that connects to the v8 engine, like node.js http://nodejs.org/api/fs.html#fs_fs_writefile_filename_data_options_callback
On Saturday, April 6, 2013 12:52:59 PM UTC-6, Stephan Beal wrote: > > JS has _no_ i/o function (and neither does v8, since it only implements > core JS). To write anything to anywhere with v8 you'll need to add your own > function to do so. See the sample shell for examples. > > On Sat, Apr 6, 2013 at 5:18 PM, Paolo Pellegrini > <[email protected]<javascript:> > > wrote: > >> I would like to write to a text file using javascript V8. >> my operating system is Windows!, how can I do? >> > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
