Function validate_file

Source
pub fn validate_file<P: AsRef<Path>>(
    path: P,
    size_check: bool,
) -> Result<(), GameFileError>