Open GoogleCodeExporter opened 9 years ago
It's not an easy task ! But perhaps I can add a wrapper to the jsdb project that
supports OLE.
Original comment by sou...@gmail.com
on 6 Oct 2008 at 3:11
Original comment by sou...@gmail.com
on 14 Nov 2009 at 12:27
current status:
var obj = new ComObject('Scripting.FileSystemObject');
var file = obj.CreateTextFile("foobar.txt");
file.Write("Hello World");
file.Close();
Original comment by sou...@gmail.com
on 14 Nov 2009 at 12:29
Original issue reported on code.google.com by
oolmf...@gmail.com
on 6 Oct 2008 at 10:37