Class GetDirectoryName
Represents an operator that returns the directory information for each path string in the sequence.
public class GetDirectoryName : Transform<string, string>
- Inheritance
-
GetDirectoryName
- Inherited Members
Methods
Process(IObservable<string>)
Returns the directory information 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 representing the path to a file or directory.
Returns
- IObservable<string>
A sequence of string values representing directory information for each path in the original sequence, or null (see GetDirectoryName(string)).