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 is a website building & hosting documentation for Clojure/Script libraries
× close