std::filesystem is now widely available - so it would be interesting to simplify a lot of the OS specific code for handling files by using it.
We may need to take care with exception handling, as some of the std::filesystem calls throw specific exceptions, not just std::exception, so they wouldn't directly cast to MaterialXException.
std::filesystemis now widely available - so it would be interesting to simplify a lot of the OS specific code for handling files by using it.We may need to take care with exception handling, as some of the
std::filesystemcalls throw specific exceptions, not juststd::exception, so they wouldn't directly cast toMaterialXException.