/** * Zip the current directory * * @param string $to The path to the zip file */ public function zip($to) { return dir::zip($this->root(), $to); }