Click or drag to resize

ProjectFoldersContainsFolder Method

Determines if a given folder name is present.

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

Parameters

folder  String
Folder name.

Return Value

Boolean
True if the given folder name is present, i.e. if at least one item belongs to the folder.
See Also