芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/vendor/afterlogic/dav/lib/DAV/FS/HistoryDirectory.php
getChildren() as $oChild) { if ($oChild instanceof Directory) { $ver++; } } return $ver; } public function getVersionDir($version, $createdIsNotExists = false) { if ($this->childExists($version)) { return $this->getChild($version); } elseif ($createdIsNotExists) { $this->createDirectory($version); return $this->getChild($version); } else { return false; } } }