Table of Contents

Method Generate

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Generate()

Generates an observable sequence containing an array of directory names that match the search pattern in a specified path, and optionally searches subdirectories.

public override IObservable<string[]> Generate()

Returns

IObservable<string[]>

An observable sequence containing an array with the full names (including paths) for the directories in Path that match the specified SearchPattern and SearchOption.