for _, child := range b.n.Children {
        ftype := uint8(FTypeRegularFile)
        if child.File.IsDir() {
            ftype = FTypeDirectory
        } else if child.File.IsSymlink() {