class js.html.fs.DirectoryEntry extends Entry

Available on 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.

Instance Fields

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:VoidCallback, ?errorCallback:ErrorCallback):Void