MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / RemoveExtension

Method RemoveExtension

src/gtest/gtest-all.cpp:7545–7551  ·  view source on GitHub ↗

Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath("dir/file"). If a case-insensitive extension is not found, returns a copy of the original FilePath.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

GetCurrentExecutableNameFunction · 0.80

Calls 3

FilePathFunction · 0.85
StringFunction · 0.70

Tested by

no test coverage detected