Say I have my project in c:\desktop\project_A
and I want to change the path of it to point at the c:\desktop\project_B folder
instead. How do I do that without deleting the project from the list and creating a new one?
相关问题
- editor showing errors with Aptana Studio 3 after u
- Change Maven-driven project based on Vaadin 11 to
- Get C/C++ project support back with MonoDevelop 4.
- Aptana Studio 3 preview problems with absolute pat
- Visual Studio 2013 shows empty project properties
相关文章
- How do I activate word wrapping in text editor in
- Visual Studio Solution — Any way to create a “spec
- React/RCTBridgeDelegate.h' file not found
- Aptana Warns about script and link tags when it sh
- Visual Studio F# project: Can't have two folde
- What should I do about xcuserdata directories with
- Visual Studio 2010 Database Project Deploy to Diff
- Opening android AOSP native applications in eclips
You could achieve this in the current Studio 3:
Hope this helps.