Jarves\Filesystem\WebFilesystem::copy PHP 메소드

copy() 공개 메소드

public copy ( $source, $target )
    public function copy($source, $target)
    {
        return $this->paste($source, $target, 'copy');
    }