ScriptExecutionBaseCombinePath Method |
Combines a path with a name to form a full name.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string CombinePath(
string directoryPart,
string namePart
)
Parameters
- directoryPart String
- Path. Can be null (in this case only the name is returned).
- namePart String
- Name.
Return Value
StringFull name as combination of path with a DirectorySeparatorChar with name.
See Also