#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_dir_exists(stack: Stack) -> StackExpand description
Check if a directory exists
Stack effect: ( String – Bool )
Takes a path and returns true if it exists and is a directory.
§Safety
stackmust be a valid, non-null stack pointer- Top of stack must be path (String)