in reply to Re: Using File::Find to build a Nested-Set Tree representation
in thread Using File::Find to build a Nested-Set Tree representation

Long overdue update to my own question. The answer is: It doesn't matter whether you use find or finddepth to build the NSR in the way my script above is written. It still produces the correct NSR of the filesystem in the database. So if you want to prune trees AND use NSR as in my script, just use File::Find::find.
  • Comment on Re: Re: Using File::Find to build a Nested-Set Tree representation