FileUtilMakeRelative Method |
Determine a relative path that navigates from the first specified path to the second one.
Namespace:
Nova.Utilities
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static string MakeRelative(
string fromPath,
string toPath
)
Parameters
- fromPath
- Type: SystemString
- toPath
- Type: SystemString
Return Value
Type:
StringSee Also