pub fn resolve_filesystem_write_paths(
targets: &[PathBuf],
) -> Result<(PathBuf, Vec<PathBuf>), FilesystemWritePathError>Expand description
Resolves output paths into one existing filesystem root and relative targets.
Parent directories are resolved using native filesystem canonicalization, while each output file name may remain absent for later write.