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

Removes a file/directory, the directory must be empty and the file/directory must not be open @param storage pointer to the api @param path @return true on success or if file/dir is not exist