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 the MOVE_EXTENSION found recursively in that directory
  • If keep_specified_files any file explicitly passed in paths, will be added to the result Otherwise, they will be discarded