search

goog.fs.FileSystemImpl

Provided By
All Implemented Interfaces

A local filesystem.

This shouldn't be instantiated directly. Instead, it should be accessed via goog.fs.getTemporary or goog.fs.getPersistent.

new FileSystemImpl( fs )

Parameters
fsFileSystem

The underlying FileSystem object.

Instance Methods