Click or drag to resize

AbsoluteDocumentPathFromPathString Method

Creates an absolute document path from its string representation.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static AbsoluteDocumentPath FromPathString(
	string pathString
)

Parameters

pathString  String
The path string.

Return Value

AbsoluteDocumentPath
The parsed absolute document path.
See Also