Interface | Description | |
---|---|---|
![]() | IDirectory | Provides methods for working with directories. |
![]() | IDirectoryInfo | Exposes instance methods for creating, moving, and enumerating through directories and subdirectories. This class cannot be inherited. |
![]() | IDirectoryInfoFactory | Provides methods to create instances responsible for working with directories information. |
![]() | IFileInfo | Provides properties and instance methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of FileStream objects. This class cannot be inherited. |
![]() | IFileSystemInfo | Provides the base class for both IFileInfo and IDirectoryInfo objects. |
![]() | IPath | Wrapper for System.IO.Path class. |