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.3179.0 (4.8.3179.0)
Syntax
C#
public static string CreateFullName(
	string oldFullNameOrDir,
	string newName
)

Parameters

oldFullNameOrDir  String
newName  String

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Main.ProjectFolder.CreateFullName(System.String,System.String)"]

See Also