FileUtilityGetAbsolutePath Method |
Combines baseDirectoryPath with relPath and normalizes the resulting path.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string GetAbsolutePath(
string baseDirectoryPath,
string relPath
)
Parameters
- baseDirectoryPath String
- The base directory path.
- relPath String
- The relative path.
Return Value
StringThe normalized absolute path.
See Also