问题
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?
回答1:
You could achieve this in the current Studio 3:
- Open Navigator view with Window > Show View > Other > General > Navigator;
- Right-click on project_A in Navigator view and select Move...;
- Modify the location to what project_B resides and click OK.
Hope this helps.
来源:https://stackoverflow.com/questions/7801854/changing-project-path-in-aptana-studio-3