patch_seq_path_parent

Function patch_seq_path_parent 

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

Get the parent directory of a path

Stack effect: ( path โ€“ parent success )

Returns the parent directory and true on success, โ€œโ€ and false if no parent.

ยงSafety

Stack must have a String (path) on top