Click or drag to resize

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
C#
public static string MakeRelative(
	string fromPath,
	string toPath
)

Parameters

fromPath
Type: SystemString
toPath
Type: SystemString

Return Value

Type: String
See Also