Function firefly_types::validate_path_part

source ·
pub fn validate_path_part(s: &str) -> Result<(), ValidationError>
Expand description

Validate a path component (file or directory name).

§Errors

Returns ValidationError if any of the validation checks fails.