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

copy() public method

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