Hello, I hope you can help me.
I have this code
using(StreamWriter escritor = new StreamWriter(@"C:\Prueba.txt"))
{
escritor.WriteLine("Hola");
}
The problem is that when I upload it to my host it does not save the file by the route and I would like the file to be saved inside my solution and not in "C"