TYPO3 CMS  TYPO3_6-2
file_rename.php
Go to the documentation of this file.
1 <?php
20 require __DIR__ . '/init.php';
21 
22 $renameFileController = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\File\\RenameFileController');
23 $renameFileController->main();
24 $renameFileController->printContent();
$renameFileController
Definition: file_rename.php:22