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

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



Documentation for this class was provided by MDN.
function createWriter(successCallback : FileWriterCallback, ?errorCallback : ErrorCallback) : Void
function file(successCallback : FileCallback, ?errorCallback : ErrorCallback) : Void
Back | Index