Skip to main content

validate_output_dir

Function validate_output_dir 

Source
pub fn validate_output_dir(
    file_path: impl AsRef<Path>,
) -> Result<(), SpiderError>
Expand description

Validates that the parent directory of a given file path exists, creating it if necessary.