Function flipperzero_sys::path_extract_dirname
source · [−]pub unsafe extern "C" fn path_extract_dirname(
path: *const c_char,
dirname: *mut FuriString
)Expand description
@brief Extract path, except for last component
@param path path string @param filename output string. Must be initialized before.