Actions
Bug #65305
closedBug #59473: Inconsistent API for folders
Folder::getSubfolder() doesn't use the file drivers correctly
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-05-25
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The Folder::getSubfolder() tries to create a folder identifier by it self but that is only possible for hierarchical file system.
The storage should be asked for the correct folder.
So a getFolderInFolder($folderName, $folder) function should be added to ResourceStorage and that once calls driver->getFolderInFolder()
Actions