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.
fn load_directory(
config: &FileDialogConfig,
path: &Path,
file_system: &dyn FileSystem,
filter: &DirectoryFilter,
) -> Result<Vec<DirectoryEntry>>Loads the contents of the given directory.