文件系统基本操作类
t($i); if (!$this->make_dir($dst_path[0])) return false; $dst_path = implode("/", $dst_path); if (!copy($src_path,$dst_path)||!$this->verify_file($src_path,$dst_path)) return $this->error_occur(0x0009, $src_path); if (@unlink($src_path)) return true; else return $this->error_occur(0x0004, $src_path); } } } ?> |
查看所有评论
