How to turn 'const boost::filesystem2::path' into 'const char *'?
Try using path::string().c_str()
path::string().c_str()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!