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

Class stat

ImGuiFileDialog.cpp:778–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776#endif
777 case DT_UNKNOWN: {
778 struct stat sb = {};
779#ifdef _IGFD_WIN_
780 const auto wfpn = IGFD::Utils::UTF8Decode(vPath + ent->d_name);
781 if (!_wstati64(wfpn.c_str(), &sb)) {

Callers 2

ScanDirectoryMethod · 0.85
GetFileDateAndSizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected