pub fn validate_path(path: &str) -> Result<(), ValidationError>
Validate a relative path (no .., no absolute).
..