pub(crate) fn check_file_existence(file_path: &str) -> Result<String, String>
Expand description

Return Ok(file_path) only if file_path points to an existing file.