Re: Changing a file directory
Re: Changing a file directory
- Subject: Re: Changing a file directory
- From: Christiaan Hofman <email@hidden>
- Date: Wed, 04 May 2011 17:02:27 +0200
On May 4, 2011, at 16:28, Reza Farhad wrote:
> Hi
>
> I want to reorganize my project folder on my hard disk but as soon as I move a file into a new location the file is no longer found by my xcode project. How can I redirect the file in the xcode project to the file in the new location. I know I could remove all the files and add them back again but there must be an easier way to do this.
>
> Thanks for your help
>
> Reza
Unfortunately, AFAIK there is no real easy way to do this. The only alternative I know is to use the Choose button in the Get Info window after you've moved the file. Or perhaps using AppleScript. But quite frankly, when you want to do this for multiple files, I think the simplest way is as you describe, which you can do for more than one file at a time (drop the files on the project window.)
As an alternative, if you organize the files in your project in groups that correspond to folders on disk, you could also save the files relative to the enclosing group, and change the directory for the enclosing group after you've moved the files.
Christiaan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden