Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing project path in Aptana Studio 3

Tags:

project

aptana

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?

like image 384
UserX Avatar asked Oct 18 '11 02:10

UserX


1 Answers

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.

like image 163
Yun Avatar answered Oct 01 '22 04:10

Yun