ProjectFoldersContainsFolder Method |
Determines if a given folder name is present.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool ContainsFolder(
string folder
)
Parameters
- folder String
- Folder name.
Return Value
BooleanTrue if the given folder name is present, i.e. if at least one item belongs to the folder.
See Also