How to find out the size of a file located in a local file system represented through the HTML5 API?
I expect something like that,
fileSystem.root.getFile(path, { create: false }, function (fileEntry) {
... to be accessible, but did not find anything like it.
source share