W3cubDocs

/Haxe JavaScript

FileSystemDirectoryEntry

package js.html

extends FileSystemEntry

Available on js

The FileSystemDirectoryEntry interface of the File and Directory Entries API represents a directory in a file system. It provides methods which make it possible to access and manipulate the files in a directory, as well as to access the entries within the directory.

Documentation FileSystemDirectoryEntry by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Methods

createReader():FileSystemDirectoryReader

getDirectory(?path:String, ?options:Null<FileSystemFlags>, ?successCallback:FileSystemEntry ‑> Void, ?errorCallback:DOMException ‑> Void):Void

getDirectory(?path:String, ?options:Null<FileSystemFlags>, ?successCallback:Function, ?errorCallback:Function):Void

getDirectory(?path:String, ?options:Null<FileSystemFlags>, ?successCallback:Null<FileSystemEntryCallback>, ?errorCallback:Null<ErrorCallback>):Void

getFile(?path:String, ?options:Null<FileSystemFlags>, ?successCallback:FileSystemEntry ‑> Void, ?errorCallback:DOMException ‑> Void):Void

getFile(?path:String, ?options:Null<FileSystemFlags>, ?successCallback:Function, ?errorCallback:Function):Void

getFile(?path:String, ?options:Null<FileSystemFlags>, ?successCallback:Null<FileSystemEntryCallback>, ?errorCallback:Null<ErrorCallback>):Void

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/FileSystemDirectoryEntry.html