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:
readEntries(successCallback:Array<FileSystemEntry> ‑> Void, ?errorCallback:DOMException ‑> Void):VoidreadEntries(successCallback:Function, ?errorCallback:Function):VoidreadEntries(successCallback:FileSystemEntriesCallback, ?errorCallback:Null<ErrorCallback>):VoidThrows:
null |
DOMError |
|---|
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/FileSystemDirectoryReader.html