FileSystemEnumerator Constructor |
Constructor.
Namespace:
NetQuarry.Util
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic FileSystemEnumerator(
IAppContext cxt,
string pathsToSearch,
string fileTypesToMatch,
bool includeSubDirs
)
Public Sub New (
cxt As IAppContext,
pathsToSearch As String,
fileTypesToMatch As String,
includeSubDirs As Boolean
)
Parameters
- cxt
- Type: NetQuarry.IAppContext
The application context. - pathsToSearch
- Type: System.String
Semicolon- or comma-delimitted list of paths to search. - fileTypesToMatch
- Type: System.String
Semicolon- or comma-delimitted list of wildcard filespecs to match. - includeSubDirs
- Type: System.Boolean
If true, subdirectories are searched.
See Also