Table of Contents

Class GetPathRoot

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Represents an operator that returns the root directory information of each path string in the sequence.

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

Methods

Process(IObservable<string>)

Returns the root directory information of each path string in an observable sequence.