예제 #1
0
 public function delete($key)
 {
     if (file_exists($this->makeFileName($key))) {
         FilesHelper::removeDirectory($this->makeFileName($key));
     }
 }
예제 #2
0
 public function getFilename()
 {
     return FilesHelper::normalizePath($this->path . $this->file);
 }