MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / filepath_without_extension

Function filepath_without_extension

src/geode/basic/filename.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 std::filesystem::path filepath_without_extension(
44 const std::filesystem::path& path )
45 {
46 auto filepath = path;
47 return filepath.replace_extension( "" );
48 }
49
50 std::filesystem::path filepath_without_filename(
51 const std::filesystem::path& path )

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by 1

testFunction · 0.68