Implementation of IFileSystem for local filesystem.
Inheritance Hierarchy
NReco.PivotData.FileLocalFileSystem
Namespace: NReco.PivotData.File
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The LocalFileSystem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LocalFileSystem | Initializes a new instance of the LocalFileSystem class |
Properties
Name | Description | |
---|---|---|
BaseFolder |
Methods
Name | Description | |
---|---|---|
Delete | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetInputStream | ||
GetOutputStream | ||
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also