Index: /Classes/FolderStructure/FileNode.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/Classes/FolderStructure/FileNode.php b/Classes/FolderStructure/FileNode.php --- a/Classes/FolderStructure/FileNode.php +++ b/Classes/FolderStructure/FileNode.php (date 1644564708071) @@ -16,6 +16,7 @@ namespace TYPO3\CMS\Install\FolderStructure; use TYPO3\CMS\Core\Messaging\FlashMessage; +use TYPO3\CMS\Core\Utility\GeneralUtility; use TYPO3\CMS\Install\FolderStructure\Exception\InvalidArgumentException; /** @@ -184,7 +185,7 @@ 1367048077 ); } - $result = @touch($this->getAbsolutePath()); + $result = GeneralUtility::writeFile($this->getAbsolutePath(),'',true); if ($result === true) { return new FlashMessage( '',