Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi Can anyone help me out to create folder in sdcard if it doesnt exist using Qml.. "file:///storage/sdcard0/CapImages"
In above line i need to check for CapImages folder and if it doesnt exist i have to create.. Thanks in Advance..
Hi,
You will have to do it from C++. Check QDir::mkdir(const QString & dirName) const
cant i do from Qml ?
AFAIK, no you can't