Dmyers\Storage\Adapter\Local::move PHP Method

move() public method

{@inheritDoc}
public move ( $path, $target )
    public function move($path, $target)
    {
        return \File::move($this->computePath($path), $this->computePath($target));
    }