haXe API Documentation
Back | Index
extern class js.html.fs.DirectoryEntry
extends Entry
Available in js
DRAFT
This page is not complete.

The DirectoryEntry interface of the FileSystem API represents a directory in a file system.



Documentation for this class was provided by MDN.
function createReader() : DirectoryReader
function getDirectory(path : String, ?options : Dynamic, ?successCallback : EntryCallback, ?errorCallback : ErrorCallback) : Void
function getFile(path : String, ?options : Dynamic, ?successCallback : EntryCallback, ?errorCallback : ErrorCallback) : Void
function removeRecursively(successCallback : js.html.VoidCallback, ?errorCallback : ErrorCallback) : Void
Back | Index