PathTree: Added an integer user value to PathTree::Node
Made use of the integer value in FileDirectory to hold the statusflags for each node (thus avoiding the attaching of a dynamicallyallocated record structure).
Plus minor cleanup refactorings to FileDirectory.
View differences
PathTree: Added an integer user value to PathTree::Node
Made use of the integer value in FileDirectory to hold the status
flags for each node (thus avoiding the attaching of a dynamically
allocated record structure).
Plus minor cleanup refactorings to FileDirectory.