SDL2.getPrefPath

class SDL2
static if(sdlSupport >= SDLSupport.sdl201)
const(char)[]
getPrefPath
(
string orgName
,)

Return Value

Type: const(char)[]

A path suitable for writing configuration files, saved games, etc...

Throws

SDL2Exception on error.

See Also

Meta