DirectoryNameCombineFile 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? CombineFile(
string? relativeFileName
)
Parameters
- relativeFileName String
- The relative file name to combine.
Return Value
FileNameThe combined file path, or
if
relativeFileName is
.
See Also