Answer the question
In order to leave comments, you need to log in
Where does Tizen OS store files created in wgt app?
Hello.
I develop and debug a web application in Tizen IDE with built-in emulator toolkits. The question arose - how to get to the file on the emulator device (the file was created using Tizen's File API in the application code)?
Answer the question
In order to leave comments, you need to log in
The question is removed. Wrote to the folder of the "virtual" file system - documents as from the example
$(document).ready(function() {
tizen.filesystem.resolve(
'documents',
function(dir){
documentsDir = dir;
dir.listFiles(onsuccess, onerror);
}, function(e){
console.log("Error" + e.message);
}, "rw"
);
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question