Is there any way of using Qfile from javascript (and hopefully QTextStream) ?
I had hoped that something similar to
var myfile = new QFile (‘xxx.txt’)
would work. But whatever I do, I get a type error.
↧