pub fn get_missing_files(input_paths: &Vec<PathBuf>) -> Vec<PathBuf>
Get a list of file paths that are not existing files. Will not check for the existence of directories.