1
votes

I have a nicely working actionscript project in Flash Builder 4.5. However, I'd like to change the directory name that it sits in. Seems Flash Builder breaks if I manually change this directory name using the operating system. Is there a way to change this in Flash Builder so it doesn't get mad at me, or other workaround?

4
Which directory name do you want to change? The source directory? The bin directory? Or the directory with the actual eclipse project files?JeffryHouser
The project location directory. For example, the directory you select when you go from the Menu Bar: File > New > Actionscript Project, then under Project Location, there's a Folder input field with a Browse button. At least in Flash Builder 4.5...ggkmath

4 Answers

3
votes

With careful text editing I discovered it is possible to change the project path in the .location file underneath this directory:

Adobe Flash Builder 4.7\.metadata\.plugins\org.eclipse.core.resources\.projects\

It is a binary file, but the path was plain text. Saved me a bunch of time!

2
votes

I've just found another way to move a project. I'm using Flash Builder 4.5.

1) Select the project to move

2) In the context menu, choose the 7th option "move..."

3) Choose new location

4) You will be prompt for a progress of the copy of the project!

5) Relaunch the workspace, now all is ok, you can work on your project...

1
votes

You could always just export it as an FXP, then reimport it. In the import wizard is an option to choose the folder to unzip the project into.

0
votes

Right-click on the project and select "Rename..."