ProjectFolderConvertFolderNameToDisplayFolderLastPart Method |
Converts a folder name (i.e. either an empty string or a string with a trailing
DirectorySeparatorChar) to a
name which can be used to display. Only the last part of the folder name is returned here.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string ConvertFolderNameToDisplayFolderLastPart(
string folderName
)
Parameters
- folderName String
- The name of the folder.
Return Value
StringThe last part of a full folder name name that can be displayed. The root folder name is converted an empty string, and all other folder names are stripped off the trailing
DirectorySeparatorChar.
See Also