Click or drag to resize

ProjectFolderResolveRelativeDirectoryChars Method

Resolves the relative directory chars (.) and (..).

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string ResolveRelativeDirectoryChars(
	string fullName
)

Parameters

fullName  String
The full name of the path.

Return Value

String
The path without the relative directory chars (if they could be resolved).
See Also