Click or drag to resize

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

Parameters

folderName  String
The name of the folder.

Return Value

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