Home

Class goog.fs.FileEntry

A file in a local filesystem. This should not be instantiated directly. Instead, it should be accessed via {@link goog.fs.DirectoryEntry#getDirectoryEntry}.

extends goog.fs.Entry
Instance Method Summary
createWriter() ⇒ !goog.async.Deferred

Create a writer for writing to the file.

file() ⇒ !goog.async.Deferred

Get the file contents as a File blob.