Click or drag to resize

DirectoryNameCombineFile 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? CombineFile(
	string? relativeFileName
)

Parameters

relativeFileName  String
The relative file name to combine.

Return Value

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