Skip to main content

ensure_dir

Function ensure_dir 

Source
pub fn ensure_dir(ctx: &mut HostContext, path: &Path) -> Result<()>
Expand description

Ensure path exists as a directory (mkdir -p).

In dry-run mode, records a planned action and returns without creating.

ยงErrors

Returns HortoError::Io on create failure in apply mode.