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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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