MCPcopy Create free account
hub / github.com/dfranx/ImFileDialog / FileTreeNode

Method FileTreeNode

ImFileDialog.h:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected