Click or drag to resize

ProjectFolderIsRootFolderName Method

Determines if the given string is the name of the root folder.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsRootFolderName(
	string folder
)

Parameters

folder  String
Name to test.

Return Value

Boolean
True if the given name is the root folder name (i.e. is an empty string).
See Also