build_full_paths does not prepend "root_entry/" if child is before parent #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I came across and issue where the returned
FullPathsarray from acfb.parsecall does not properly append the root name (root_entry/) to child nodes (with depth greater than 1) that appear before their parent node.It seems that in such a situation,
build_full_pathsproperly constructs thedadtree, but terminates the final path construction loop too early, before it has prependedroot_entry/.I have created and attached a sample file the demonstrates the issue.
The returned
FullPathsarray is:Despite "some child" being a child of "some folder"
Here is the view from DFVIEW.EXE

path-test.zip