Add function "getfolderlist(STRING)"
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Add the function getfolderlist(STRING) as a pendant to the function getfilelist(STRING) to get a function, which is capable of listing folders.
Analysis:
Can be implemented using a similar function like
vector<string> getFilelist(const string&, const Settings&)
Implementation:
Function was implemented as suggested by the analysis
Tests:
Tests initiated some fixing. Final tests are passed.
Anonymous
Diff:
Diff:
Diff:
Diff: