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.3572.0 (4.8.3572.0)
Syntaxpublic 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
StringA full name composed from the original folder part and the new name.
See Also