Haxe API Documentation
Back | Index
extern class js.html.fs.DirectoryEntrySync
extends EntrySync
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() : DirectoryReaderSync
function getDirectory(path : String, flags : Dynamic) : DirectoryEntrySync
function getFile(path : String, flags : Dynamic) : FileEntrySync
function removeRecursively() : Void
Back | Index