Quote:
Originally Posted by Krystian Galaj
With folder named A, containing subfolder named B which contains subfolder named C, and subfolder named C which contains subfolder named B:
Code:
A -> B -> C
-> C -> B
how do you distinguish files in B->C subfolders from files in C->B subfolders?
|
That was one of the cases I had in mind.
With folders you also have the knowledge given the example that if the top folder is A then the only possible sub folders are C and B. Since making up names and getting them consistent is the hard part then such support is very good if it is built in the representation so you do not need additional tools or files to get it.