Progress: Continue working on completing the remove program.
Implement the prompt simulate message logic.
Change the "prompt all" to "prompt each".
Move link detection outside of the print function (which it probably should not have been there anyway) and perform the link detection during preprocessing.
The simulate function is renamed to preprocess.
Add a tree cache structure for building a distinct list of tree paths.
I may very likely need to sort this somehow.
The tree caching allows for dynamically building the tree list and allowing for the tree removal during a post process step.
I am trying to avoid excessive pre-processing loops.
I am currently thinking that the simulate can still handle the processing without a pre-process loop that organizes everything before the simulate.
There will need to be some sort of logic added to detect and ignore already deleted paths in cases where the same path appears multiple times.