Possible Duplicate:
Is it possible to write to a file (on a disk) using JavaScript?
Is it possible to write file to file system, say C:\myfile\myfile.bin
using Javascript?
I have this function:
var data = MyObject.getdata(); // typeof data = "object"
And I want to write "data" to a file for debugging purposes.