Click or drag to resize

ProjectFoldersGetSubfoldersAsDisplayFolderNameStringListSorted Method

Get a list of subfolders of the provided folder (as string list).

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<string> GetSubfoldersAsDisplayFolderNameStringListSorted(
	string parentFolder,
	bool recurseSubdirectories
)

Parameters

parentFolder  String
Folder for which to get the subfolders.
recurseSubdirectories  Boolean
If true, the function returns not only the direct subfolders, but also all subfolders deeper in the hierarchy.

Return Value

ListString
List of subfolders of the provied folder.
See Also