• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Legacy GM [SOLVED] .INI-files saving directory.

E

Edwin

Guest
Hello.
What to do if my .INI-files are keeping in...
Code:
Users/*UserName*/AppData/Local/GameName/
...folder?

How to write && read them in different disks, folders and directories?

Thanks for for your advises.
 

TsukaYuriko

☄️
Forum Staff
Moderator
This is possible by obtaining specific permission from the user for each and every file you wish to save, or circumventing the sandbox by using an extension.

For further information, these manual pages may be relevant to you:
https://docs2.yoyogames.com/source/_build/1_overview/3_additional_information/file_system.html
https://docs2.yoyogames.com/source/_build/3_scripting/4_gml_reference/file handling/file system/get_open_filename.html

To allow for context-specific help, why do you want to save files to different directories? There is usually no need to do this.
 

TsukaYuriko

☄️
Forum Staff
Moderator
That depends on what "it" is, but specifically, there is a way to do this on 1.x. Similarly titled pages exist in the 1.x manual.
 
Top