class Filesystem extends Filesystem

This class just completes the default Composer\Util\Filesystem with a copy method

Methods

copy($source, $target)

Exact same code as copyThenRemove() method but without removing

Details

at line 41
copy($source, $target)

Exact same code as copyThenRemove() method but without removing

Parameters

$source
$target

See also

\Composer\Util\Filesystem::copyThenRemove()