path_append

Function path_append 

Source
pub unsafe extern "C" fn path_append(
    path: *mut FuriString,
    suffix: *const c_char,
)
Expand description

Appends new component to path, adding path delimiter

ยงArguments

  • path - path string
  • suffix - path part to apply