Re: IOJob file write access

2013-04-14 Thread Aaron J. Seigo
On Sunday, April 14, 2013 18:11:45 Michał 'rysiek' Woźniak wrote: > Am I reading this correctly that the IOJob object gives a read-only > access to files? If so, is there a way to get write-access to files in > QML/JS? Yes, the JS API only currently supports reading files. Writing could be adde

IOJob file write access

2013-04-14 Thread Michał 'rysiek' Woźniak
Hi there, I am reading the docs on IOJob and LocalIO: http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API- IOJobs http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API- LocalIO Am I reading this correctly that the IOJob object gives a read-only access to files? If s