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

Method GetCurrentPath

ImGuiFileDialog.cpp:2418–2423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2416}
2417
2418std::string IGFD::FileManager::GetCurrentPath() {
2419 if (m_CurrentPath.empty()) {
2420 m_CurrentPath = ".";
2421 }
2422 return m_CurrentPath;
2423}
2424
2425void IGFD::FileManager::SetCurrentPath(const std::string& vCurrentPath) {
2426 if (vCurrentPath.empty())

Callers 3

configureDialogMethod · 0.80
m_DrawPlacesPaneMethod · 0.80
IGFD_GetCurrentPathFunction · 0.80

Calls 2

emptyMethod · 0.80
GetResultingPathMethod · 0.80

Tested by

no test coverage detected