Skip to main content

SDL_RemoveStoragePath

Function SDL_RemoveStoragePath 

Source
pub unsafe extern "C" fn SDL_RemoveStoragePath(
    storage: *mut SDL_Storage,
    path: *const c_char,
) -> bool
Expand description

Remove a file or an empty directory in a writable storage container.

Parameter: storage a storage container. Parameter: path the path to remove from the filesystem. Returns: true on success or false on failure; call SDL_GetError() for more information.

Available Since: This function is available since SDL 3.2.0.

See Also: SDL_StorageReady