Table of Contents

Class GetFileNameWithoutExtension

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Represents an operator that returns the file name without the extension for each path string in the sequence.

public class GetFileNameWithoutExtension : Transform<string, string>
Inheritance
GetFileNameWithoutExtension
Inherited Members

Methods

Process(IObservable<string>)

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