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.DeferredCreate a writer for writing to the file. | |
file() ⇒ !goog.async.DeferredGet the file contents as a File blob. | |