Files
NXST/include/client.hpp
2024-11-05 00:27:24 +03:00

5 lines
92 B
C++

namespace fs = std::filesystem;
using path = fs::path;
int transfer_files(path directory);