home/theblueo/tv/wp-content/plugins/loco-translate/src/fs/Directory.php000060400000001611152140172710022311 0ustar00r = (bool) $bool; return $this; } /** * @return bool */ public function isRecursive(){ return $this->r; } /** * Create this directory for real. * * @throws Loco_error_WriteException * @return Loco_fs_Directory */ public function mkdir(){ if( ! $this->exists() ){ $this->getWriteContext()->mkdir(); } return $this; } }