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

Removes a file/directory from the repository, the directory must be empty and the file/directory must not be open @param app pointer to the api @param path @return FS_Error operation result