path_concat

Function path_concat 

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

Appends new component to path, adding path delimiter

ยงArguments

  • path - first path part
  • suffix - second path part
  • out_path - output string to combine parts into. Must be initialized