save_dir

The folder for saving files, game scores, and screenshots. By default, it's the work folder; it can be set to another folder by changing this string, or by giving a -dir command line option. If this folder does not exist, it will be created when first saving a game score with game_save.

Type:

STRING*

Remarks:

Example:

str_cpy(save_dir,"game_scores");

See also:

-dir, file_open, game_save

► latest version online