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