pub fn validate_output_dir(
file_path: impl AsRef<Path>,
) -> Result<(), SpiderError>Expand description
Shared runtime data types and convenience helpers. Validates that the parent directory of a given file path exists, creating it if necessary.
ยงErrors
Returns an error if the parent directory cannot be created.