How to get the path of a project in c #.
Application.StartupPath
does not give me the indicated route
string ruta = Path.Combine(Application.StartupPath, @"json\SemanticaColores.json");
I really need to make references to json
files inside the json
folder, but with getting that route I could move around any project folder