The following tables list the members exposed by IRelativeDirectoryPath.
Public Methods
| Name | Description |
| GetAbsolutePathFrom | Resolve this relative directory from . If this directory is "..\Dir2" and is "C:\Dir1\Dir3", the returned absolute directory is "C:\Dir1\Dir2". |
| GetBrotherDirectoryWithName | Returns a new relative directory path representing a directory with name , located in the parent's directory of this directory. |
| GetBrotherFileWithName | Returns a new relative file path representing a file with name , located in the parent's directory of this directory. |
| GetChildDirectoryWithName | Returns a new relative directory path representing a directory with name , located in this directory. |
| GetChildFileWithName | Returns a new relative file path representing a file with name , located in this directory. |
Top
Extension Methods
See Also