Actions
Bug #24613
closedChanging case-sensitivity of file name on Windows doesn't work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-01-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Windows has limited case-sensitivity capability. It is aware of it, but there can't be two files with the same name but with different case-sensitivity, i.e.
typo3.pdf
Typo3.pdf
In TYPO3, renaming a file from typo3.pdf to Typo3.pdf fails with error "Destination [filename] already existed!". I tested the PHP rename function, it works correct, so there must be a TYPO3 check that doesn't work.
Now the bug is filed and I hope to have time to do the debug work...
(issue imported from #M17083)
Actions