Microsoft.Build.FileSystem Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MSBuild |
Abstracts away some file system operations. Implementations:
|
IDirectory |
Allows the implementor to intercept file existence checks and file enumerations performed during project evaluation. |
IDirectory |
A provider of IDirectoryCache instances. To be implemented by MSBuild hosts that wish to intercept file existence checks and file enumerations performed during project evaluation. |
Find |
A predicate taking file name. |
Find |
A function taking file name and returning an arbitrary result. |