| 1851 | } |
| 1852 | |
| 1853 | void IGFD::FileManager::OpenCurrentPath(const FileDialogInternal& vFileDialogInternal) { |
| 1854 | showDevices = false; |
| 1855 | ClearComposer(); |
| 1856 | ClearFileLists(); |
| 1857 | if (dLGDirectoryMode) { // directory mode |
| 1858 | SetDefaultFileName("."); |
| 1859 | } else { |
| 1860 | SetDefaultFileName(dLGDefaultFileName); |
| 1861 | } |
| 1862 | ScanDir(vFileDialogInternal, GetCurrentPath()); |
| 1863 | } |
| 1864 | |
| 1865 | void IGFD::FileManager::SortFields(const FileDialogInternal& vFileDialogInternal) { |
| 1866 | m_SortFields(vFileDialogInternal, m_FileList, m_FilteredFileList); |
no outgoing calls
no test coverage detected