like c, there is no i/o statements built into the language, external
libraries are used. in javascript, if you are using the com based version,
you use a com object like the FileSystem object. if you are using the .net
version, then use the io classes. if hosted in a browser - no i/o allowed.
-- bruce (sqlwork.com)
> Is it possible to write to file from a javascript code?
> Does javascript interact with files at all?
>
> Thanks, Yossi