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.3572.0 (4.8.3572.0)
Syntaxpublic static string NormalizePath(
string fileName
)
Parameters
- fileName String
- The path to normalize.
Return Value
StringThe normalized path.
See Also