On Mon, 7 Jul 2003 09:00:49 +1000 (E. Australia Standard Time) Mark Livingstone <[EMAIL PROTECTED]> wrote:
> On Sun, 6 Jul 2003 17:56:30 +0200 (CEST) Robert Vazan > <[EMAIL PROTECTED]> wrote: > > > [folderA] > > MovedTo=B > > MovedFrom=B > > .. properties of folder with id B and visible name A ... > > > > [folderB] > > MovedTo=A > > MovedFrom=A > > .. properties of folder with id A and visible name B ... > > So, as I understand it, you are just making a linked list where each > node knows it's parent and children? I am severely confused :-). Linked lists have left and right sibling; they have no parent nor children. Links in MovedTo/MovedFrom are direct. There is no iteration involved once they are set up. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
