Click or drag to resize

ProjectFolderCreateFullName Method

Creates a new name starting from a oldfullNameOrDir and a newName. Retrieves the directory information from the oldFullNameOrDir and combines it with the newName to form a new full name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string CreateFullName(
	string oldFullNameOrDir,
	string newName
)

Parameters

oldFullNameOrDir  String
The original full item name or folder path.
newName  String
The new name part.

Return Value

String
A full name composed from the original folder part and the new name.
See Also