Click or drag to resize

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
)

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