Click or drag to resize

ProjectFolderConvertDisplayFolderNameToFolderName Method

Converts a string that was used by the Gui or entered by the user (and contains no trailing DirectorySeparatorChar) to a valid folder name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string ConvertDisplayFolderNameToFolderName(
	string displayFolderName
)

Parameters

displayFolderName  String
String used by the Gui or entered by the user.

Return Value

String
Valid folder name, i.e. either an empty string (root folder name) or a string with a trailing DirectorySeparatorChar.
See Also