Click or drag to resize

ProjectFolderGetRelativePathFromTo Method

Gets the relative path from one folder to another folder.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetRelativePathFromTo(
	string startPathOrFullName,
	string endPathOrFullName
)

Parameters

startPathOrFullName  String
Name of the starting folder or full name of the item.
endPathOrFullName  String
Name of the ending folder or full name of the item.

Return Value

String
The relative path between the starting folder and the ending folder.
See Also