MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / deleteContainerFromFilesystem

Method deleteContainerFromFilesystem

source/ui/data/boxedContainer.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void BoxedContainer::deleteContainerFromFilesystem() {
111 Fs::deleteNativeDirAndAllFilesInDir(this->dirPath);
112}
113
114void BoxedContainer::reload() {
115 this->loadApps();

Callers 2

deleteContainerMethod · 0.80
onInstallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected