#include #include #include #include #include #include "directory_manager.h" namespace fs = std::filesystem; std::string create_directory_process(Song song, const char *root_path) { auto curr_path = fs::path(root_path); if (fs::exists(curr_path)) { std::cout<<"path exists"<(cov), std::istreambuf_iterator(), std::ostreambuf_iterator(buf)); return buf.str(); } bool delete_song(Song *song) { return fs::remove(song->SongPath); } void copy_stock_to_root(const char *target, const std::string buff) { std::cout<<"starting process"<