The first thing to figure out here is why you even want to do this in the
first place. It's possible you have a legitimate reason, though more likely
is that you're using this as a solution for a problem that either may not
actually exist, or requires an entirely different kind of hammer to fix. Is
there something in particular your application is doing that requires it to
copy itself when it runs the first time? Even if so, this isn't a task to be
taken lightly. There are issues such as permissions, user consistency, etc.
to take into account. So what does your app do and why is it copying itself?
Steven Degutis
http://www.degutis.org/
http://www.thoughtfultree.com/

On Tue, Oct 28, 2008 at 10:10 AM, han <[EMAIL PROTECTED]> wrote:

> i try to implemnet a self-delete app. first start the app. a copy of the
> app is created in another direction.then,i start the copy of the app.the
> copy run and disppear.
>
> how i make the copy not disppear when start the copy.
> _______________________________________________
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/steven.degutis%40gmail.com
>
> This email sent to [EMAIL PROTECTED]
>
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to