pub unsafe extern "C" fn path_extract_dirname(
    path: *const c_char,
    dirname: *mut FuriString
)
Expand description

Extract path, except for last component

Arguments

  • path - path string
  • filename - output string. Must be initialized before.