Closure Library API Documentation
Go to class or file:
entryimpl.js
No description.
Useful links
Source Code
Git
File Location
/goog/fs/entryimpl.js
Classes
goog.fs.DirectoryEntryImpl
A directory in a local FileSystem. This should not be instantiated directly. Instead, it should be accessed via
goog.fs.FileSystem#getRoot
or
goog.fs.DirectoryEntry#getDirectoryEntry
.
goog.fs.EntryImpl
Base class for concrete implementations of goog.fs.Entry.
goog.fs.FileEntryImpl
A file in a local filesystem. This should not be instantiated directly. Instead, it should be accessed via
goog.fs.DirectoryEntry#getFile
.
Directory fs
File Reference