Function flipperzero_sys::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