MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / make_dirs

Function make_dirs

src/CPfilepaths.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165// ---- make_dirs --------------------------------------------------------------
166
167void make_dirs(const std::string& file_path) {
168 std::error_code ec;
169 fs::create_directories(fs::path(file_path), ec);
170 // Ignore errors (same behaviour as legacy code which silently skipped failures)
171}
172
173// Legacy implementation kept for reference (powerpc / pre-NDK-r23 Android):
174//

Callers 1

write_tablesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected