Closure Library API Documentation
Go to class or file:
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
.
Useful links
Source Code
Git
Inheritance
goog.fs.FileSystemImpl
Constructor
goog.fs.FileSystemImpl(
fs
)
Parameters
fs
:
!
FileSystem
The underlying FileSystem object.
Instance Methods
Public
Protected
Private
Defined in
goog.fs.FileSystemImpl
getBrowserFileSystem
()
⇒
!
FileSystem
No description.
Returns:
!
FileSystem
The underlying FileSystem object.
code »
getName
()
No description.
code »
getRoot
()
No description.
code »
Instance Properties
Defined in
goog.fs.FileSystemImpl
fs_
:
The underlying FileSystem object.
Code »
Package fs
Package Reference