ProjectFolderResolveRelativeDirectoryChars Method |
Resolves the relative directory chars (.) and (..).
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string ResolveRelativeDirectoryChars(
string fullName
)
Parameters
- fullName String
- The full name of the path.
Return Value
StringThe path without the relative directory chars (if they could be resolved).
See Also