datadir=OC_Helper::tmpFolder(); } public function cleanUp(){ OC_Helper::rmdirr($this->datadir); } public function __destruct(){ $this->cleanUp(); } }