patch_seq_path_filename

Function patch_seq_path_filename 

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

Get the filename component of a path

Stack effect: ( path โ€“ filename success )

Returns the filename and 1 on success, โ€œโ€ and 0 if no filename.

ยงSafety

Stack must have a String (path) on top