IFileSystem Interface
Definition
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.
An abstraction over common file/disk utilities. Intended for mocking the disk operations in unit tests by providing an alternate mock implemention.
public interface class IFileSystem
public interface IFileSystem
type IFileSystem = interface
Public Interface IFileSystem
- Derived