5 lines
92 B
C++
5 lines
92 B
C++
namespace fs = std::filesystem;
|
|
using path = fs::path;
|
|
|
|
int transfer_files(path directory);
|