Function move_command_line_common::files::find_move_filenames
source · pub fn find_move_filenames(
paths: &[impl AsRef<Path>],
keep_specified_files: bool
) -> Result<Vec<String>>
Expand description
- For each directory in
paths
, it will return all files with theMOVE_EXTENSION
found recursively in that directory - If
keep_specified_files
any file explicitly passed inpaths
, will be added to the result Otherwise, they will be discarded