| 54 | public: |
| 55 | #ifdef _WIN32 |
| 56 | FileTreeNode(const std::wstring& path) { |
| 57 | Path = std::filesystem::path(path); |
| 58 | Read = false; |
| 59 | } |
| 60 | #endif |
| 61 | |
| 62 | FileTreeNode(const std::string& path) { |
nothing calls this directly
no outgoing calls
no test coverage detected