pub fn validate_readable_path<P>(path: P) -> Result<(), ScribeError>where P: AsRef<Path>,
Validate that a path exists and is readable