Inspired by https://stackoverflow.com/a/58454949 Verified behaviour of fs::create_directory --> it returns true only if it ''indeed could create'' a new directory --> it returns false if the directory exists already --> it throws when some other obstacle shows up As an aside: the Header include/limits.h could be cleaned up, and it is used solely from C++ code, thus could be typed, namespaced etc. |
||
|---|---|---|
| .. | ||
| event-log-test.cpp | ||
| temp-dir-test.cpp | ||
| test-helper-test.cpp | ||
| test-helper-variadic-test.cpp | ||
| test-option-test.cpp | ||