W3cubDocs

/Haxe JavaScript

FileSystemFileEntry

package js.html

extends FileSystemEntry

Available on js

The FileSystemFileEntry interface of the File System API represents a file in a file system. It offers properties describing the file's attributes, as well as the file() method, which creates a File object that can be used to read the file.

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

See also:

Methods

file(successCallback:File ‑> Void, ?errorCallback:DOMException ‑> Void):Void

file(successCallback:Function, ?errorCallback:Function):Void

file(successCallback:FileCallback, ?errorCallback:Null<ErrorCallback>):Void

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