FileSystemEnumerator Constructor |
Constructor.
Namespace:
NetQuarry.Util
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public 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: NetQuarryIAppContext
The application context. - pathsToSearch
- Type: SystemString
Semicolon- or comma-delimitted list of paths to search. - fileTypesToMatch
- Type: SystemString
Semicolon- or comma-delimitted list of wildcard filespecs to match. - includeSubDirs
- Type: SystemBoolean
If true, subdirectories are searched.
See Also