Scans the specified directory (and subdirectories, if required)

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public void Scan(
	DirectoryInfo di,
	bool includeSubDirs
)
Visual Basic
Public Sub Scan ( _
	di As DirectoryInfo, _
	includeSubDirs As Boolean _
)
Visual C++
public:
void Scan(
	DirectoryInfo^ di, 
	bool includeSubDirs
)

Parameters

di
Type: System.IO..::..DirectoryInfo
The directory to be scanned
includeSubDirs
Type: System..::..Boolean
if set to true include subdirectories of this directory.

See Also