mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-19 00:22:45 +08:00
branch_tier.cpp
This commit is contained in:
parent
ff568417f0
commit
0b882c75a6
|
@ -25,6 +25,9 @@ namespace l
|
|||
|
||||
pattern = v_.at("path").as_string();
|
||||
fs::glob(pattern,&paths);
|
||||
|
||||
for(auto &path : paths)
|
||||
fmt::print("path: {}\n",path);
|
||||
}
|
||||
|
||||
static
|
||||
|
|
Loading…
Reference in New Issue
Block a user