Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Availability

       This function is available since SDL 3.2.0.

Function Parameters

storage
              a storage container.

       path   the path of the directory to enumerate.

Name

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

Return Value

       for more information.

See Also

SDL_StorageReady(3)

Simple Directmedia Layer                           SDL 3.2.20                           SDL_RemoveStoragePath(3)

Synopsis

#include<SDL3/SDL_storage.h>boolSDL_RemoveStoragePath(SDL_Storage*storage,constchar*path);

See Also