예제 #1
0
 public function deletebook($path='')
 {
     $filepath = $this->base.'\Doc_'.$path;
     is_dir($filepath) && \Sham::delDirAndFile($filepath);
     return true;
 }