#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_path_parent(stack: Stack) -> StackExpand description
Get the parent directory of a path
Stack effect: ( path โ parent success )
Returns the parent directory and 1 on success, โโ and 0 if no parent.
ยงSafety
Stack must have a String (path) on top