Actions
Bug #77646
closedGeneralUtility::getFileAbsFileName should use DIRECTORY_SEPARATOR
Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-08-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When the function getFileAbsFileName in GeneralUtility is called with $filename being in Windows format, e.g. samplefolder\samplefile.ext, it cannot determine the path because it relies on "/" being the directory separator.
I suggest using DIRECTORY_SEPARATOR instead.
Actions