#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"<