patch_seq_path_exists

Function patch_seq_path_exists 

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

Check if a path exists

Stack effect: ( path – exists )

Returns 1 if path exists, 0 otherwise.

§Safety

Stack must have a String (path) on top