Click or drag to resize

RelativeDocumentPathFromOldDeprecated Method

Converts an older absolute-path representation into a relative document path.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static RelativeDocumentPath FromOldDeprecated(
	AbsoluteDocumentPath absPath
)

Parameters

absPath  AbsoluteDocumentPath
The deprecated absolute-path representation.

Return Value

RelativeDocumentPath
The converted relative document path.
See Also