SAVEDIR "dirname";

Names the default folder for saving games and screenshots. If this folder does not exist, it will be created when first saving a game score.

Remarks:

Note that backslashes ("\") have to be given in C notation, i.e. as double backslashes (e.g. "C:\\mygame"). The folder name given here may be overridden by the command line option -DIR.

Example:

SAVEDIR "\\gamesave"; // Save games in subfolder "\gamesave" 		

See also:

include, BIND, LEVEL, PATH, RESOURCE