MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / GetCurrentPath

Method GetCurrentPath

external/ImGuiFileDialog/ImGuiFileDialog.cpp:2480–2485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2478}
2479
2480std::string IGFD::FileManager::GetCurrentPath() {
2481 if (m_CurrentPath.empty()) {
2482 m_CurrentPath = ".";
2483 }
2484 return m_CurrentPath;
2485}
2486
2487void IGFD::FileManager::SetCurrentPath(const std::string& vCurrentPath) {
2488 if (vCurrentPath.empty())

Callers 4

configureDialogMethod · 0.80
m_DrawPlacesPaneMethod · 0.80
IGFD_GetCurrentPathFunction · 0.80

Calls 2

GetResultingPathMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected