Global Index
HTML5 JS API Index > File System API Tutorials & Specs

FileEntry

Extends Entry.

This interface represents a file on a file system.

Operations
void
createWriter(FileWriterCallback successCallback, optional ErrorCallback errorCallback)
Creates a new FileWriter associated with the file that this FileEntry represents.
void
file(FileCallback successCallback, optional ErrorCallback errorCallback)
Returns a File that represents the current state of the file that this FileEntry represents.