readEntries
Summary
Read the next block of entries from this directory.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Method of apis/filesystem/DirectoryReaderSyncapis/filesystem/DirectoryReaderSync
Syntax
var = DirectoryReaderSync.readEntries();
Return Value
Returns an object of type
EntrySync[]
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft