| 1913 | } |
| 1914 | |
| 1915 | void 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 | |
| 1927 | void IGFD::FileManager::SortFields(const FileDialogInternal& vFileDialogInternal) { |
| 1928 | m_SortFields(vFileDialogInternal, m_FileList, m_FilteredFileList); |
no outgoing calls
no test coverage detected