|
|
@ -56,8 +56,8 @@ mfm::dup(const Opts::Dup &opts_) |
|
|
relpath.parent_path().string(), |
|
|
relpath.parent_path().string(), |
|
|
relpath.filename().string()); |
|
|
relpath.filename().string()); |
|
|
fmt::println("{} : {}", |
|
|
fmt::println("{} : {}", |
|
|
stdfs::path{"/a/b"}.relative_path(), |
|
|
|
|
|
stdfs::path{"a/b"}.relative_path()); |
|
|
|
|
|
|
|
|
stdfs::path{"/a/b"}.relative_path().string(), |
|
|
|
|
|
stdfs::path{"a/b"}.relative_path().string()); |
|
|
|
|
|
|
|
|
fs::clonepath(srcpath, |
|
|
fs::clonepath(srcpath, |
|
|
dstpath, |
|
|
dstpath, |
|
|
|