Where does my file go?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By RyanJZG

So I created a save and load system and I put the config file in “user://” because they say that this is better than “res://”. Where is it? I can’t find it.

:bust_in_silhouette: Reply From: BraindeadBZH

This is not that user:// is better than res:// it is just that res:// is not writable when the game is packaged.

For where is your data, look at this: File paths in Godot projects — Godot Engine (latest) documentation in English

Thank you very much!

RyanJZG | 2018-04-05 08:59