workpath doesn't work with "move"
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Something like this
move <wp>/ekli* -target=<wp>/_archive/ -all
doesn't work.
Analysis:
In the function vector<string> getFileList(const string&, const Settings&, int), which is called in this command, the path placeholders are replaced independently and <wp> is missing.
Implementation:
Fix was implemented as indicated by the analysis. Implementation tests were passed successfully.
Documentation:
Not needed - bug fix
Tests:
Workpath now works with move. Bug fix accepted.
Anonymous
Diff:
Diff:
Diff:
Diff: