|
|
@ -49,10 +49,11 @@ mfm::dup(const Opts::Dup &opts_) |
|
|
if(dstpath == srcpath) |
|
|
if(dstpath == srcpath) |
|
|
continue; |
|
|
continue; |
|
|
|
|
|
|
|
|
fmt::println("copy {} to {} : {}", |
|
|
|
|
|
|
|
|
fmt::println("copy {} to {} : {} : {}", |
|
|
srcpath.string(), |
|
|
srcpath.string(), |
|
|
dstpath.string(), |
|
|
dstpath.string(), |
|
|
relpath.parent_path().string()); |
|
|
|
|
|
|
|
|
relpath.parent_path().string(), |
|
|
|
|
|
relpath.filename().string()); |
|
|
|
|
|
|
|
|
fs::clonepath(srcpath, |
|
|
fs::clonepath(srcpath, |
|
|
dstpath, |
|
|
dstpath, |
|
|
|