search

goog.fs.DirectoryEntryImpl

Provided By
Extends
All Implemented Interfaces

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.

new DirectoryEntryImpl( fs, dir )

Parameters
fsgoog.fs.FileSystem

The wrapped filesystem.

dirDirectoryEntry

The underlying DirectoryEntry object.

Instance Methods