SDL_CreateStorageDirectory - Create a directory in a writable storage container.
Contents
Availability
This function is available since SDL 3.2.0.
Function Parameters
storage
a storage container.
path the path of the directory to create.
Name
SDL_CreateStorageDirectory - Create a directory in a writable storage container.
Return Value
for more information.
See Also
SDL_StorageReady(3) Simple Directmedia Layer SDL 3.2.20 SDL_CreateStorageDirectory(3)
Synopsis
#include<SDL3/SDL_storage.h>boolSDL_CreateStorageDirectory(SDL_Storage*storage,constchar*path);
