mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 13:53:02 +08:00
branch_tier.cpp
This commit is contained in:
parent
c5dacc4235
commit
57ad56338a
|
@ -18,8 +18,10 @@ namespace l
|
|||
std::vector<Branch2> &branches_)
|
||||
{
|
||||
std::string pattern;
|
||||
std::vector<std::string> paths;
|
||||
|
||||
pattern = v_.at("path").as_string();
|
||||
fs::glob(pattern,&paths);
|
||||
}
|
||||
|
||||
static
|
||||
|
|
Loading…
Reference in New Issue
Block a user