文件操作 - Operation.php
返回文件管理
返回主菜单
删除本文件
文件: /root/.local/share/Trash/files/roundcube/plugins/libkolab/vendor/Caxy/HtmlDiff/Operation.php
编辑文件内容
<?php namespace Caxy\HtmlDiff; class Operation { public $action; public $startInOld; public $endInOld; public $startInNew; public $endInNew; public function __construct($action, $startInOld, $endInOld, $startInNew, $endInNew) { $this->action = $action; $this->startInOld = $startInOld; $this->endInOld = $endInOld; $this->startInNew = $startInNew; $this->endInNew = $endInNew; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件