Click or drag to resize

FileUtilityGetAbsolutePath Method

Combines baseDirectoryPath with relPath and normalizes the resulting path.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string GetAbsolutePath(
	string baseDirectoryPath,
	string relPath
)

Parameters

baseDirectoryPath  String
The base directory path.
relPath  String
The relative path.

Return Value

String
The normalized absolute path.
See Also