patch_seq_path_is_dir

Function patch_seq_path_is_dir 

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

Check if a path is a directory

Stack effect: ( path – is-dir )

Returns 1 if path is a directory, 0 otherwise.

§Safety

Stack must have a String (path) on top