✅ How can I change the directory of a file for Visual Studio?
I want to get rid of the ch6_ part of my folders name, but when I do that I get a error. I think its because the directory is broken? How can I fix the directory without restoring the name?
8 Replies
This is the error I get
How would I update the file path?
The error seems to be related to the project file itself. The same concept I explained applies to projects in solutions
I think I corrupted it so am redownloading it
Just put the csproj file back in the path specified where it says it's missing
I'm just trying to change the names of every file to get rid of the Ch6_ part
so if I put it back then I will not be able to get rid of the ch6
I fixed it by editing the .sln file with notepad++ and changing line 6, getting rid of Ch6_ worked
Closed!