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 Answer
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.
2 Comments
David Murdoch
Warning: if you move the project into a sub directory of the project itself Aptana will delete all the contents of the project.
stackPusher
Any idea why I get a "Problems encountered while moving resources. Resource already exists on disk: 'C:\xampp\htdocs\project_A'. " ?? I'm just trying to move the project, not necessarily change the directory so I just made copy of project_A and called in project_B when trying this solution. Help! thanks