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

Method isDir

ImGuiFileDialog.cpp:1730–1732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1728 return m_Content != ContentType::Invalid;
1729}
1730bool IGFD::FileType::isDir() const {
1731 return m_Content == ContentType::Directory;
1732}
1733bool IGFD::FileType::isFile() const {
1734 return m_Content == ContentType::File;
1735}

Callers 15

GetFileDateAndSizeMethod · 0.80
GetFileDateAndSizeMethod · 0.80
FileSystemDirentClass · 0.80
m_SortFieldsMethod · 0.80
m_AddPathMethod · 0.80
m_CompleteFileInfosMethod · 0.80
m_LocateItem_LoopMethod · 0.80
m_ExploreWithkeysMethod · 0.80
m_SelectableItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected