For a list of all members of this type, see IAbsoluteDirectoryPath members.
Public Methods
| Name | Description |
| GetBrotherDirectoryWithName | Returns a new absolute directory path representing a directory with name , located in the parent's directory of this directory. |
| GetBrotherFileWithName | Returns a new absolute file path representing a file with name , located in the parent's directory of this directory. |
| GetChildDirectoryWithName | Returns a new absolute directory path representing a directory with name , located in this directory. |
| GetChildFileWithName | Returns a new absolute file path representing a file with name , located in this directory. |
| GetRelativePathFrom | Compute this directory as relative from . If this directory is "C:\Dir1\Dir2" and is "C:\Dir1\Dir3", the returned relative directory is "..\Dir2". |
Top
Extension Methods
See Also