Click or drag to resize

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.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string ConvertFolderNameToDisplayFolderName(
	string folderName
)

Parameters

folderName  String
The name of the folder.

Return Value

String
A 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