Molajo\Copy::process PHP Method

process() public method

Process Request
Since: 1.0.0
public process ( )
    public function process()
    {
        $this->removeTargetFiles($this->base_path . $this->target_path);
        $this->copySourceToTarget();
        return $this;
    }