Table of Contents

Method Generate

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Generate()

Generates an observable sequence of file 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 the full names (including paths) for the files in Path that match the specified SearchPattern and SearchOption.