ProjectFolderGetRelativePathFromTo Method |
Gets the relative path from one folder to another folder.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
StringThe relative path between the starting folder and the ending folder.
See Also