ProjectFolderIsRootFolderName Method |
Determines if the given string is the name of the root folder.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsRootFolderName(
string folder
)
Parameters
- folder String
- Name to test.
Return Value
BooleanTrue if the given name is the root folder name (i.e. is an empty string).
See Also