Click or drag to resize

FileUtilityNormalizePath Method

Gets the normalized version of fileName. Slashes are replaced with backslashes, backreferences "." and ".." are 'evaluated'.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string NormalizePath(
	string fileName
)

Parameters

fileName  String
The path to normalize.

Return Value

String
The normalized path.
See Also