search

goog.fs.FileEntryImpl

Provided By
Extends
All Implemented Interfaces

A file in a local filesystem.

This should not be instantiated directly. Instead, it should be accessed via goog.fs.DirectoryEntry#getFile.

new FileEntryImpl( fs, file )

Parameters
fsgoog.fs.FileSystem

The wrapped filesystem.

fileFileEntry

The underlying FileEntry object.

Instance Methods