Closed TheCleric closed 8 months ago
@csparker247 I have done as you asked.
Removed the starts_with
function since we can just check the first character of the filename in this case. Also C++20 adds a string::starts_with
function, so no need to implement it unless we really need it. Also renamed FileExtensionFilters.hpp
to FileFilters.hpp
.
Thanks for the bug report and contribution!
Fixes #77