Actions
Bug #15267
closedFile.basename + File.extname does not restore the original name
Bug #15267:
File.basename + File.extname does not restore the original name
Description
Related to #15224, I found the case File.basename(name, '.*')+File.extname(name) == File.basename(name) is not true.
Both do not contain the last dot.
basename(1) seems to result in the base name with the dot, when stripping a wildcard suffix.
Files
Actions