Function SDL_RemoveStoragePath
pub unsafe extern "C" fn SDL_RemoveStoragePath(
storage: *mut SDL_Storage,
path: *const i8,
) -> bool
Available on crate feature
dep_sdl3
only.Expand description
Remove a file or an empty directory in a writable storage container.
§Parameters
storage
: a storage container.path
: the path of the directory to enumerate.
§Return value
Returns true on success or false on failure; call SDL_GetError()
for more
information.
§Availability
This function is available since SDL 3.2.0.