Function flipperzero_sys::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 partsuffix- second path partout_path- output string to combine parts into. Must be initialized