Skip to main content

patch_seq_dir_make

Function patch_seq_dir_make 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_dir_make(stack: Stack) -> Stack
Expand description

Create a directory (and parent directories if needed)

Stack effect: ( String – Bool )

Takes a path and creates the directory and any missing parent directories. Returns true on success, false on failure.

§Safety

  • stack must be a valid, non-null stack pointer
  • Top of stack must be path (String)