Exemple #1
0
 /**
  * @ignore
  */
 public function storageRemove($uKey)
 {
     // path
     $tPath = Io::translatePath($this->path . $uKey, true);
     Io::destroy($tPath);
 }