예제 #1
0
파일: folder.php 프로젝트: getkirby/toolkit
 /**
  * Zip the current directory
  * 
  * @param string $to The path to the zip file
  */
 public function zip($to)
 {
     return dir::zip($this->root(), $to);
 }