Module walk Copy item path Source Expand description
delegate Ready-made delegate implementations. Context All information that is required to perform a dirwalk, and classify paths properly. Options Options for use in walk()
function. Outcome Additional information collected as outcome of walk()
. Action A type returned by the Delegate::emit()
as passed to walk()
. CollapsedEntriesEmissionMode The way entries that are contained in collapsed directories are emitted using the Delegate . EmissionMode The way entries are emitted using the Delegate . Error The error returned by walk()
. ForDeletionMode When the walk is for deletion, assure that we don’t collapse directories that have precious files in
them, and otherwise assure that no entries are observable that shouldn’t be deleted. Delegate A way for the caller to control the traversal based on provided data.