DirectoryNameCombine(FileName) Method |
Combines this directory name with a relative path.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic FileName? Combine(
FileName? relativePath
)
Parameters
- relativePath FileName
- The relative file path to combine.
Return Value
FileNameThe combined file path, or
if
relativePath is
.
See Also