Property | Type | Description | |
---|---|---|---|
Directory | string | ||
Feature | |||
Filter | Predicate |
||
IncludeMask | string |
Method | Description | |
---|---|---|
DirFiles ( |
Initializes a new instance of the DirFiles class with properties/fields initialized with specified parameters.
|
|
DirFiles ( |
Initializes a new instance of the DirFiles class with properties/fields initialized with specified parameters.
|
|
DirFiles ( string sourcePath ) : System |
Initializes a new instance of the DirFiles class with properties/fields initialized with specified parameters.
|
|
DirFiles ( string sourcePath, Predicate |
Initializes a new instance of the DirFiles class with properties/fields initialized with specified parameters.
|
|
GetFiles ( string baseDirectory ) : File[] |
Analyses baseDirectory and returns all files matching DirFiles.IncludeMask, which are not matching any DirFiles.ExcludeMasks.
|
public DirFiles ( |
||
feature | ||
sourcePath | string | The relative path to directory source directory. It must include wildcard pattern for files to be included
/// into MSI (e.g. |
return | System |
public DirFiles ( |
||
feature | ||
sourcePath | string | The relative path to directory source directory. It must include wildcard pattern for files to be included
/// into MSI (e.g. |
filter | Predicate |
Filter to be applied for every file to be evaluated for the inclusion into MSI.
/// (e.g. |
return | System |
public DirFiles ( string sourcePath ) : System | ||
sourcePath | string | The relative path to directory source directory. It must include wildcard pattern for files to be included
/// into MSI ( |
return | System |
public DirFiles ( string sourcePath, Predicate |
||
sourcePath | string | The relative path to directory source directory. It must include wildcard pattern for files to be included
/// into MSI (e.g. |
filter | Predicate |
Filter to be applied for every file to be evaluated for the inclusion into MSI.
/// (e.g. |
return | System |
public GetFiles ( string baseDirectory ) : File[] | ||
baseDirectory | string | The base directory for file analysis. It is used in conjunction with
/// relative |
return | File[] |