Greetings to all,
I want to use the "System.IO.File.Delete(PATH);" function to delete a file that is in my Project whenever I run the app.
The problem is that in order for this to work I have to specify a full path
"C:\Users\SomeUser\Desktop\SomeAppFolder\Content\Models\Model1.X"
The problem is that this path is different from one computer to another, so this will only work on my computer.
Is there a way to specify a Default Path that would make this method work on any computer?
Thanks in advance.