ProjectFolderConvertFolderNameToDisplayFolderName 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 on the display.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string ConvertFolderNameToDisplayFolderName(
string folderName
)
Parameters
- folderName String
- The name of the folder.
Return Value
StringA name that can be displayed. The root folder name is converted to "\", and all other folder names are stripped off the trailing
DirectorySeparatorChar.
See Also