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

Function remove

src/system.cpp:185–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184
185bool remove(const std::string& path) {
186 try {
187 return fs::remove(fs::u8path(path));
188 }
189 catch (fs::filesystem_error& e) {
190 return false;
191 }
192}
193
194
195int removeRecursively(const std::string& pathStr) {

Callers 10

loadLibraryFunction · 0.85
extractPackagesFunction · 0.85
requestDownloadFunction · 0.85
unarchiveToDirectoryFunction · 0.85
loadDialogMethod · 0.85
clearTemplateMethod · 0.85
saveDialogMethod · 0.85
insertTextMethod · 0.85
pressNoteMethod · 0.85
releaseNoteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected