i was expecting the creation of a new folder "ents", with 10 files, "0.data" to "9.data". but nothing is created. if i change the string to: std::string str = std::to_string(n) + ".data";
i have 10 files in the current folder. but i want them to be in a separated folder. what am i doing wrong?