Haxe API Documentation
Back | Index
extern class js.html.fs.DirectoryReader
Available in js
`DRAFT
This page is not complete.

The DirectoryReader interface of the FileSystem API lets a user list files and directories in a directory.



Documentation for this class was provided by MDN.
function readEntries(successCallback : EntriesCallback, ?errorCallback : ErrorCallback) : Void
Back | Index