芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/league/flysystem/src/Plugin/ForcedRename.php
filesystem->delete($newpath); } catch (FileNotFoundException $e) { // The destination path does not exist. That's ok. $deleted = true; } if ($deleted) { return $this->filesystem->rename($path, $newpath); } return false; } }