logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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