Function cwe_checker::check_file_existence
source · 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.
pub(crate) fn check_file_existence(file_path: &str) -> Result<String, String>
Return Ok(file_path)
only if file_path
points to an existing file.