Click or drag to resize

AbsoluteDocumentPathAppend(AbsoluteDocumentPath) Method

Appends another absolute document path.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AbsoluteDocumentPath Append(
	AbsoluteDocumentPath other
)

Parameters

other  AbsoluteDocumentPath
The path to append.

Return Value

AbsoluteDocumentPath
The combined path.
See Also