Paths in Godot Mono C#: "res://database.sqlite"

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

Is there a way to tell C# to look for a file with a path like “res://database.sqlite”. For example, after you export including a database.sqlite file in the root directory, even though the file is in the pck, godot or the c# assembly, can’t find it if I use a relative path like “database.sqlite”.

Any ideas?