Class FileSystemPackage
Namespace: PureFileValidationPvp
Syntax
public class FileSystemPackage : IPackage
Constructors
FileSystemPackage(String)
Declaration
public FileSystemPackage(string rootPath)
Parameters
Type | Name | Description |
---|---|---|
String | rootPath |
Properties
Files
Declaration
public IReadOnlyList<string> Files { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<String> |
Implements
Methods
Open(String)
Declaration
public Stream Open(string filename)
Parameters
Type | Name | Description |
---|---|---|
String | filename |
Returns
Type | Description |
---|---|
Stream |