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