Skip to main content

resolve_output_dir

Function resolve_output_dir 

Source
pub fn resolve_output_dir(
    output_dir: Option<PathBuf>,
) -> WorkflowResult<PathBuf>
Expand description

Resolves the output directory for a workflow: the given path (created if missing) or the current directory.