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

Function createDirectory

src/system.cpp:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153
154bool createDirectory(const std::string& path) {
155 try {
156 return fs::create_directory(fs::u8path(path));
157 }
158 catch (fs::filesystem_error& e) {
159 return false;
160 }
161}
162
163
164bool createDirectories(const std::string& path) {

Callers 7

initUserDirFunction · 0.85
initFunction · 0.85
saveAsDialogMethod · 0.85
loadDialogMethod · 0.85
screenshotModulesMethod · 0.85
loadSelectionDialogMethod · 0.85
saveSelectionDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected