You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/gulrak/filesystem provides a C++11/14 std::filesystem. We should use that to check the presence of a given file before attempting to read it and to (optionally!) create the folder structure, if missing, when writing files.
The text was updated successfully, but these errors were encountered:
https://github.com/gulrak/filesystem provides a C++11/14
std::filesystem
. We should use that to check the presence of a given file before attempting to read it and to (optionally!) create the folder structure, if missing, when writing files.The text was updated successfully, but these errors were encountered: