FOF30\Platform\FilesystemInterface::fileCopy PHP Метод

fileCopy() публичный Метод

Copies a file
public fileCopy ( string $src, string $dest ) : boolean
$src string The path to the source file
$dest string The path to the destination file
Результат boolean True on success
    public function fileCopy($src, $dest);