示例#1
0
 public function drop()
 {
     if (\System\File::check($p = BASE_DIR . $this->get_path())) {
         unlink($p);
     }
     return parent::drop();
 }