Data paths

    A path like C:\Projects will become C:/Projects.

    Accessing project files can be done by opening any path with res:// as a base. For example, a texture located in the root of the project folder may be opened from the following path: res://some_texture.png.

    Storing persistent files in such scenarios should be done by using the prefix, for example: user://game_save.txt.