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