#[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 true on success, โโ and false if no parent.
ยงSafety
Stack must have a String (path) on top