class js.html.fs.FileEntry extends Entry

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

Instance Fields

function createWriter(successCallback:FileWriterCallback, ?errorCallback:ErrorCallback):Void

function file(successCallback:FileCallback, ?errorCallback:ErrorCallback):Void