SDL icon indicating copy to clipboard operation
SDL copied to clipboard

SDL_CreateDirectories / SDL_CreatePath

Open luppichristian opened this issue 1 year ago • 1 comments

On Win32 SDL_CreateDirectory only works if the last specified folder name in path has to be created. It would be useful to implement a function called for example SDL_CreateDirectories or SDL_CreatePath that actually creates all the missing folders. Maybe this behaviour could be implemented in SDL_CreateDirectory directly.

luppichristian avatar Aug 07 '24 23:08 luppichristian

There was some reason we didn't do this, but I can't remember why; I'm going to poke around the issue tracker and try to figure that out later today. If I can't find a good reason, we'll add this.

icculus avatar Aug 16 '24 18:08 icculus