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

Method SetCurrentPath

external/ImGuiFileDialog/ImGuiFileDialog.cpp:2487–2492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2485}
2486
2487void IGFD::FileManager::SetCurrentPath(const std::string& vCurrentPath) {
2488 if (vCurrentPath.empty())
2489 m_CurrentPath = ".";
2490 else
2491 m_CurrentPath = vCurrentPath;
2492}
2493
2494void IGFD::FileManager::SetDefaultFileName(const std::string& vFileName) {
2495 dLGDefaultFileName = vFileName;

Callers 4

EndFrameMethod · 0.80
configureDialogMethod · 0.80
m_DrawPlacesPaneMethod · 0.80
m_DisplayPathPopupMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected