C
C#2y ago
Grin

✅ 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
Grin
Grin2y ago
Grin
Grin2y ago
This is the error I get How would I update the file path?
TheBoxyBear
TheBoxyBear2y ago
The error seems to be related to the project file itself. The same concept I explained applies to projects in solutions
Grin
Grin2y ago
I think I corrupted it so am redownloading it
TheBoxyBear
TheBoxyBear2y ago
Just put the csproj file back in the path specified where it says it's missing
Grin
Grin2y ago
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
Grin
Grin2y ago
I fixed it by editing the .sln file with notepad++ and changing line 6, getting rid of Ch6_ worked
Accord
Accord2y ago
Closed!