MCPcopy Create free account
hub / github.com/VCVRack/Rack / createDirectories

Function createDirectories

src/system.cpp:164–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164bool createDirectories(const std::string& path) {
165 try {
166 return fs::create_directories(fs::u8path(path));
167 }
168 catch (fs::filesystem_error& e) {
169 return false;
170 }
171}
172
173
174bool createSymbolicLink(const std::string& target, const std::string& link) {

Callers 7

saveAutosaveMethod · 0.85
loadMethod · 0.85
screenshotModulesMethod · 0.85
loadDialogMethod · 0.85
saveTemplateMethod · 0.85
saveDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected