pub fn common_read_dir(
    current_folder: &Path,
    warnings: &mut Vec<String>
) -> Option<Vec<Result<DirEntry, Error>>>