The FileSystemDirectoryReader interface of the File and Directory Entries API lets you access the FileEntry-based objects (generally FileSystemFileEntry or FileSystemDirectoryEntry) representing each entry in a directory.

Documentation FileSystemDirectoryReader by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Methods

readEntries(successCallback:Array<FileSystemEntry> ‑> Void, ?errorCallback:DOMException ‑> Void):Void

readEntries(successCallback:Function, ?errorCallback:Function):Void

readEntries(successCallback:FileSystemEntriesCallback, ?errorCallback:ErrorCallback):Void

Throws:

null

DOMError