fs.FileSystemImpl Extends
A local filesystem. This shouldn't be instantiated directly. Instead, it should be accessed via goog.fs.getTemporary or goog.fs.getPersistent.

Inheritance

Constructor

goog.fs.FileSystemImpl(fs)

Parameters

fs : !FileSystem
The underlying FileSystem object.

Instance Methods

Public Protected Private
getBrowserFileSystem() !FileSystem
No description.
Returns: !FileSystem  The underlying FileSystem object.
code »
getName()
No description.
code »
getRoot()
No description.
code »

Instance Properties

fs_ :
The underlying FileSystem object.
Code »

Package fs

Package Reference