SDL_RemoveStoragePath - Man Page
Remove a file or an empty directory in a writable storage container.
Synopsis
#include <SDL3/SDL_storage.h> bool SDL_RemoveStoragePath(SDL_Storage *storage, const char *path);
Function 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.
See Also
Info
SDL 3.3.2 Simple Directmedia Layer SDL3 FUNCTIONS