Menu

#49 Add function "getfolderlist(STRING)"

v1.0.x
closed
None
v1.0.9
New Functionality
2016-06-16
2016-06-09
Erik Hänel
No

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.

Discussion

  • Erik Hänel

    Erik Hänel - 2016-06-13
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2016-06-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,7 @@
     Add the function `getfolderlist(STRING)` as a pendant to the function `getfilelist(STRING)` to get a function, which is capable of listing folders.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2016-06-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,10 @@
     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
    +~~~C
    +vector<string> getFilelist(const string&, const Settings&)
    +~~~
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2016-06-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -7,5 +7,6 @@
     ~~~
    
     **Implementation:**
    +Function was implemented as suggested by the analysis
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2016-06-16
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     Function was implemented as suggested by the analysis
    
     **Tests:**
    +Tests initiated some fixing. Final tests are passed.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel