Notify when file moved
-
I have a pref pane and a background app tied to it. Sometimes, people try to
trash the pref pane while the background process is running which orphans
things a bit.
Is there a way to have the background process notified when the pref pane is
moved (ie moved to the trash).
Note the background process resides in the pref pane bundle.
Thanks,
Trygve -
> Is there a way to have the background process notified when the pref pane is
> moved (ie moved to the trash).
Google "FSEvents Framework" (Leopard only). For pre-Leopard, google "BDAlias".
--
I.S.


