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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string ConvertDisplayFolderNameToFolderName(
string displayFolderName
)
Parameters
- displayFolderName String
- String used by the Gui or entered by the user.
Return Value
StringValid folder name, i.e. either an empty string (root folder name) or a string with a trailing
DirectorySeparatorChar.
See Also