Click or drag to resize

ScriptExecutionBaseCombinePath Method

Combines a path with a name to form a full name.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string CombinePath(
	string directoryPart,
	string namePart
)

Parameters

directoryPart  String
Path. Can be null (in this case only the name is returned).
namePart  String
Name.

Return Value

String
Full name as combination of path with a DirectorySeparatorChar with name.
See Also