Table of Contents

Class GetFileSystemEntries

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Represents an operator that generates a sequence containing an array with the names of the files and directories matching the specified search pattern.

public class GetFileSystemEntries : Source<string[]>
Inheritance
GetFileSystemEntries
Inherited Members

Properties

Path

Gets or sets the relative or absolute path of the directory to search.

SearchOption

Gets or sets a value specifying whether the search should include only the current directory or all subdirectories.

SearchPattern

Gets or sets the search string used to match against the names of file-system entries in the path. This parameter can contain a combination of valid literal path and wildcard characters (see GetFileSystemEntries(string, string, SearchOption)).

Methods

Generate()

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