The FileSystemDirectoryReader interface of the File and Directory
API lets you access the file.FileEntry-based objects (generally
or file.FileSystemDirectoryEntry) representing each entry in
directory.
The FileSystemDirectoryReader interface of the File and Directory API lets you access the `file.FileEntry`-based objects (generally or `file.FileSystemDirectoryEntry`) representing each entry in directory.
(read-entries this & args)Method.
The file.FileSystemDirectoryReader interface's readEntries()
retrieves the directory entries within the directory being read
delivers them in an array to a provided callback function.
readEntries(successCallback[, errorCallback]);
See also: https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryReader/readEntries
Method. The `file.FileSystemDirectoryReader` interface's readEntries() retrieves the directory entries within the directory being read delivers them in an array to a provided callback function. `readEntries(successCallback[, errorCallback]);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryReader/readEntries`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |