Click or drag to resize

CoreUtilsMakeRelativePath Method

Creates a relative path to get from fromPath to toPath. If one of them is empty, the emptystring is returned. If there's no common path, toPath is returned.

Namespace:  SD.LLBLGen.Pro.Core
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public static string MakeRelativePath(
	string fromPath,
	string toPath
)

Parameters

fromPath
Type: SystemString
From path.
toPath
Type: SystemString
To path.

Return Value

Type: String
See Also