Invoking FileObject.getChildren() on the root directory includes the root
directory in the returned array. This is probably happening because we're
doing a query with the key of the root directory as the ancestor, and the
root directory doesn't have a parent (so the ancestor-key query is
matching the root directory key itself).
Original issue reported on code.google.com by vbonfa...@gmail.com on 2 Jul 2009 at 1:47
Original issue reported on code.google.com by
vbonfa...@gmail.com
on 2 Jul 2009 at 1:47