MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / pathToString

Function pathToString

ImGuiFileDialog.cpp:449–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449static std::string pathToString(const std::filesystem::path& path) {
450#ifdef _IGFD_WIN_
451 return IGFD::Utils::UTF8Encode(path.wstring());
452#else
453 return path.string();
454#endif
455}
456
457class FileSystemStd : public IGFD::IFileSystem {
458public:

Callers 2

ParsePathFileNameMethod · 0.85
ScanDirectoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected