FileUtilityNormalizePath Method |
Gets the normalized version of fileName.
Slashes are replaced with backslashes, backreferences "." and ".." are 'evaluated'.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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