pub(crate) fn parse_file_paths(
    directory: ReadDir,
    file_paths: &mut Vec<PathBuf>
) -> Result<()>