Click or drag to resize

AbsoluteDocumentPathAppend(String) Method

Appends a single path part.

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

Parameters

other  String
The path part to append.

Return Value

AbsoluteDocumentPath
The combined path.
See Also