AbsoluteDocumentPathAppend(String) Method |
Appends a single path part.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic AbsoluteDocumentPath Append(
string other
)
Parameters
- other String
- The path part to append.
Return Value
AbsoluteDocumentPathThe combined path.
See Also