Code: Select all
#include
#include
int main() {
boost::filesystem::path p(".");
// Check if the path exists
if (boost::filesystem::exists(p)) {
std::cout
Code: Select all
#include
#include
int main() {
boost::filesystem::path p(".");
// Check if the path exists
if (boost::filesystem::exists(p)) {
std::cout