The following tables list the members exposed by IDirectoryPath.
Public Properties
| Name | Description |
| DirectoryName |
Gets a string representing the directory name.
|
Top
Public Methods
| Name | Description |
| GetBrotherDirectoryWithName | Returns a new directory path representing a directory with name , located in the parent's directory of this directory. |
| GetBrotherFileWithName | Returns a new file path representing a file with name , located in the parent's directory of this directory. |
| GetChildDirectoryWithName | Returns a new directory path representing a directory with name , located in this directory. |
| GetChildFileWithName | Returns a new file path representing a file with name , located in this directory. |
Top
Extension Methods
See Also