PreviousUpNext

13.2.62  symlink_tree

The standard library symlink_tree package implements simple iteration over host file system directory trees, vaguely like posix find. It differs from dir_tree only in that it follows symlinks.

The symlink_tree package implements the Dir_Tree API.

The symlink_tree package source code is in src/lib/src/symlink-tree.pkg.

See also: dir_tree.

The above information is manually maintained and may contain errors.

Dir_Tree

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext