For example on Windows, SDL_LoadFile (if no path is specified) will look in the directory .exe was run. But, upon calling SDL_ShowOpenFileDialog, SDL_LoadFile (and probably others; but I haven't tested) looks in the directory currently being browsed by the dialog. I don't think this is intended behaviour.
For example on Windows,
SDL_LoadFile
(if no path is specified) will look in the directory .exe was run. But, upon callingSDL_ShowOpenFileDialog
,SDL_LoadFile
(and probably others; but I haven't tested) looks in the directory currently being browsed by the dialog. I don't think this is intended behaviour.