ProjectFoldersGetSubfoldersAsStringList Method |
Get a list of subfolders of the provided folder (as string list).
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public List<string> GetSubfoldersAsStringList(
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
ListStringList of subfolders of the provied folder.
See Also