The following tables list the members exposed by IRelativeFilePath.
Public Methods
| Name | Description |
| GetAbsolutePathFrom | Resolve this relative file from . If this file is "..\Dir2\File.txt" and is "C:\Dir1\Dir3", the returned absolute file is "C:\Dir1\Dir2\File.txt". |
| GetBrotherDirectoryWithName | Returns a new relative directory path representing a directory with name , located in the same directory as this file. |
| GetBrotherFileWithName | Returns a new relative file path refering to a file with name , located in the same directory as this file. |
| UpdateExtension | Returns a new relative file path representing this file with its file name extension updated to . |
Top
Extension Methods
See Also