for _, child := range n.node.Children {
        var ftype uint8
        if child.File.IsDir() {
            ftype = FTypeDir
        } else if child.File.IsSymlink() {