Remove a file or an empty directory.
Directories that are not empty will fail; this function will not recursely delete directory trees.
the path to remove from the filesystem.
true on success or false on failure; call SDL_GetError() for more information.
See Implementation
Remove a file or an empty directory.
Directories that are not empty will fail; this function will not recursely delete directory trees.