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

Method GetFilePathName

ImGuiFileDialog.cpp:4722–4724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4720}
4721
4722std::string IGFD::FileDialog::GetFilePathName(IGFD_ResultMode vFlag) {
4723 return m_FileDialogInternal.fileManager.GetResultingFilePathName(m_FileDialogInternal, vFlag);
4724}
4725
4726std::string IGFD::FileDialog::GetCurrentPath() {
4727 return m_FileDialogInternal.fileManager.GetResultingPath();

Callers 1

IGFD_GetFilePathNameFunction · 0.80

Calls 1

Tested by

no test coverage detected