-------------------------------------------------------------------------
| 29 | |
| 30 | //------------------------------------------------------------------------- |
| 31 | std::wstring GetFilename(const char* path) |
| 32 | { |
| 33 | return std::filesystem::path{ path }.filename().wstring(); |
| 34 | } |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected