LocalFileSystem class

LocalFileSystem class

The LocalFileSystem will maps the read/write operations to local directory.

Inheritance: LocalFileSystemFileSystem

The LocalFileSystem type exposes the following members:

Constructors

ConstructorDescription
initInitialize a new LocalFileSystem with specified base directory.

Methods

MethodDescription
read_fileCreate a stream for reading dependencies.
write_fileCreate a stream for writing dependencies.

See Also