FileSystemDirectoryReader

package js.html

Available on js

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:Null<ErrorCallback>):Void

Throws:

null

DOMError

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/FileSystemDirectoryReader.html