H
H
habrdima2016-04-12 15:40:51
JavaScript
habrdima, 2016-04-12 15:40:51

Where can I find a file created with the file api?

Using the file api, the code seems to create a file, but I can’t understand where to look for it, in which folder it is created or how to set the path, the search on the C drive did not give anything, I run the code in the chrome extension, which I don’t know, don’t understand?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Kustikov, 2016-04-22
@art1z

Should help:
https://developer.chrome.com/apps/app_storage
function displayPath(fileEntry) {
chrome.fileSystem.getDisplayPath(fileEntry, function(path) {
console.log(path)
});
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question