-
For the feature I'm working on for OpenGothic (saving savegames outside of the current working directory) I need to create leading directories to ensure that the files actually can be created where specified. In the answer to my previous question (#331 (comment)), |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, @Newbytee ! No, it doesn't. |
Beta Was this translation helpful? Give feedback.
Hi, @Newbytee !
No, it doesn't.
std::filesystem
should be fine, since we are moving to C++20