|
@ -27,18 +27,7 @@ namespace l |
|
|
fs::glob(pattern,&paths); |
|
|
fs::glob(pattern,&paths); |
|
|
|
|
|
|
|
|
auto table = v_; |
|
|
auto table = v_; |
|
|
|
|
|
|
|
|
table["path"] = paths[0]; |
|
|
|
|
|
branches_.emplace_back(table); |
|
|
|
|
|
|
|
|
|
|
|
table["path"] = paths[1]; |
|
|
|
|
|
branches_.emplace_back(table); |
|
|
|
|
|
|
|
|
|
|
|
table["path"] = paths[2]; |
|
|
|
|
|
branches_.emplace_back(table); |
|
|
|
|
|
|
|
|
|
|
|
pause(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
branches_.resize(paths.size()); |
|
|
for(auto &path : paths) |
|
|
for(auto &path : paths) |
|
|
{ |
|
|
{ |
|
|
table["path"] = path; |
|
|
table["path"] = path; |
|
|