Pommo_Filesystem_Item::copy PHP 메소드

copy() 추상적인 공개 메소드

Copies this file/directory and all its children to $destination
abstract public copy ( $destination ) : boolean
$destination
리턴 boolean Success or Failure
    public abstract function copy($destination);