See: Description
| Interface | Description |
|---|---|
| FileProcessings.DirectoryCombiner<T> |
Transforms the return values of the invocations of directoryMemberProcessor for each member.
|
| FileProcessor<T> |
An entity that "does something" with a
File. |
| Class | Description |
|---|---|
| FileContentsProcessor<T> |
Processes a file by opening the file, feeding its contents to the
ContentsProcessor, and eventually closing
the file. |
| FileProcessings |
Various file processing utility methods.
|
| SelectiveFileProcessor<T> |
Passes to a delegate only the files who's path matches a given predicate.
|
Copyright © 2018 Arno Unkrig. All rights reserved.