Table of Contents

Method Process

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Process(IObservable<string>)

Returns the file name without the extension for each path string in an observable sequence.

public override IObservable<string> Process(IObservable<string> source)

Parameters

source IObservable<string>

A sequence of path string values.

Returns

IObservable<string>

A sequence of string values returned by GetFileName(string), minus the last period (.) and all characters following it (see GetFileNameWithoutExtension(string)).