createReader
Summary
Creates a new DirectoryReader to read Entries from this Directory.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Method of apis/filesystem/DirectoryEntryapis/filesystem/DirectoryEntry
Syntax
var = DirectoryEntry.createReader();
Return Value
Returns an object of type
DirectoryReader
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft