The goog.fs.FileSystem Class

goog.fs.FileSystem(fs)

A local filesystem. This shouldn't be instantiated directly. Instead, it should be accessed via {@link goog.fs.getTemporary} or {@link goog.fs.getPersistent}.

fs {!FileSystem}
The underlying FileSystem object.

.getName()

returns {string}
The name of the filesystem.

.getRoot()

returns {!goog.fs.DirectoryEntry}
The root directory of the filesystem.