Changing project path in Aptana Studio 3

UserX picture UserX · Oct 18, 2011 · Viewed 8k times · Source

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?

Answer

Yun picture Yun · Oct 18, 2011

You could achieve this in the current Studio 3:

  1. Open Navigator view with Window > Show View > Other > General > Navigator;
  2. Right-click on project_A in Navigator view and select Move...;
  3. Modify the location to what project_B resides and click OK.

Hope this helps.