patch_seq_path_is_file

Function patch_seq_path_is_file 

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

Check if a path is a regular file

Stack effect: ( path – is-file )

Returns 1 if path is a regular file, 0 otherwise.

§Safety

Stack must have a String (path) on top