Click or drag to resize

DirectoryNameCombine(FileName) Method

Combines this directory name with a relative path.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FileName? Combine(
	FileName? relativePath
)

Parameters

relativePath  FileName
The relative file path to combine.

Return Value

FileName
The combined file path, or if relativePath is .
See Also