TestDirectory.

GetDirectories(SearchOption) Method

Summary

Gets directories matching the specified filter and scope.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.IO
Containing Type
TestDirectory

Syntax

public IEnumerable<IDirectory> GetDirectories(SearchOption searchOption = 0)

Parameters

Name Type Description
searchOption SearchOption Specifies whether the operation should include only the current directory or should include all subdirectories.

Return Value

Type Description
IEnumerable<IDirectory> Directories matching the filter and scope.
GitHub