load_directory

Function load_directory 

Source
fn load_directory(
    config: &FileDialogConfig,
    path: &Path,
    file_system: &dyn FileSystem,
    filter: &DirectoryFilter,
) -> Result<Vec<DirectoryEntry>>
Expand description

Loads the contents of the given directory.