The FileSystemDirectoryReader interface of the File and Directory
API lets you access the FileEntry
-based objects (generally
or web.files.FileSystemDirectoryEntry
) representing each entry
a directory.
The FileSystemDirectoryReader interface of the File and Directory API lets you access the `FileEntry`-based objects (generally or `web.files.FileSystemDirectoryEntry`) representing each entry a directory.
(read-entries this & args)
Method.
[Non Standard] [Experimental]
The web.files.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. [Non Standard] [Experimental] The `web.files.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