Sometimes, when I want to move the project from path A:/B/C to path A:B/C/D/E, the
relative path of the project have to be changed. I think I could write a small program to
deduce the relative path after changed, it would be better if I could change the
"Additional manipulate Directories" by C++ but not by my own hand.
My idea is
//absolute path before moving"
//a lot of relative "Additional Directories"//absolute path after moving
//the program will dumb the new "relative path" at here
I could just copy the new relative path and copy them to the ""Additional manipulate Directories"
But how could I make the "Additional manipulate Directories" change automatically?
Thanks a lot