Permalink
Comparing changes
Open a pull request
- 2 commits
- 4 files changed
- 2 commit comments
- 1 contributor
Showing
with
33 additions
and 5 deletions.
- +1 −0 MCServer/Plugins/APIDump/APIDesc.lua
- +23 −0 src/OSSupport/File.cpp
- +4 −0 src/OSSupport/File.h
- +5 −5 src/main.cpp
Showing you all comments on commits in this comparison.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
You could always return a_FileName.substr(0, a_FileName.rfind('.')) + '.' + a_NewExt; |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
madmaxoft
Apr 7, 2015
Member
True, that; I still need to fix filenames that have no extension and a dot in the parent folder name (MCServer.dir/CMakeCache)
|
True, that; I still need to fix filenames that have no extension and a dot in the parent folder name ( |
You could always