Class GetFileName
Represents an operator that returns the file name and extension of each path string in the sequence.
public class GetFileName : Transform<string, string>
- Inheritance
-
GetFileName
- Inherited Members
Methods
- Process(IObservable<string>)
Returns the file name and extension of each path string in an observable sequence.