pub unsafe extern "C" fn storage_common_remove(
    storage: *mut Storage,
    path: *const c_char
) -> FS_Error
Expand description

Removes a file/directory from the repository, the directory must be empty and the file/directory must not be open

Returns:

  • FS_Error operation result

Arguments

  • app - pointer to the api
  • path -