Table of Contents

Class GetFullPath

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Represents an operator that returns the absolute path for each path string in the sequence.

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

Methods

Process(IObservable<string>)

Represents an operator that returns the absolute path for each path string in an observable sequence.

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

Parameters

source IObservable<string>

A sequence of string values for which to obtain absolute path information.

Returns

IObservable<string>

A sequence of string values representing the fully qualified location for each path in the original sequence (see GetFullPath(string)).