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

Method OpenCurrentPath

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1915–1925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1913}
1914
1915void IGFD::FileManager::OpenCurrentPath(const FileDialogInternal& vFileDialogInternal) {
1916 showDevices = false;
1917 ClearComposer();
1918 ClearFileLists();
1919 if (dLGDirectoryMode) { // directory mode
1920 SetDefaultFileName(".");
1921 } else {
1922 SetDefaultFileName(dLGDefaultFileName);
1923 }
1924 ScanDir(vFileDialogInternal, GetCurrentPath());
1925}
1926
1927void IGFD::FileManager::SortFields(const FileDialogInternal& vFileDialogInternal) {
1928 m_SortFields(vFileDialogInternal, m_FileList, m_FilteredFileList);

Callers 4

DrawFilterComboBoxMethod · 0.80
EndFrameMethod · 0.80
m_DrawPlacesPaneMethod · 0.80
m_ExploreWithkeysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected