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.3179.0 (4.8.3179.0)
Syntax
C#
public static string NormalizePath(
	string fileName
)

Parameters

fileName  String

[Missing <param name="fileName"/> documentation for "M:Altaxo.Main.Services.FileUtility.NormalizePath(System.String)"]

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Main.Services.FileUtility.NormalizePath(System.String)"]

See Also